fix(DB/Creature): Remove disable movement flag from Shadowy Construct (#19402)
* fix(DB/Creature): Remove disable movement flag from Shadowy Construct * Update rev_1720962309189833000.sql
This commit is contained in:
parent
e92a5829a0
commit
9050ddccec
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 4 WHERE `entry` = 23111;
|
||||
Loading…
Add table
Add a link
Reference in a new issue