fix(DB/Creature): Sturdy Plate shouldn't be selectable. (#19366)

This commit is contained in:
avarishd 2024-07-09 20:40:04 +03:00 committed by GitHub
parent 7d08758f1f
commit d9e556ff92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Sturdy Plate
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432 WHERE (`entry` = 32839);