fix(DB/Creature): Sturdy Plate shouldn't be selectable. (#19366)
This commit is contained in:
parent
7d08758f1f
commit
d9e556ff92
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Sturdy Plate
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432 WHERE (`entry` = 32839);
|
||||
Loading…
Add table
Add a link
Reference in a new issue