mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-05 06:17:56 +00:00
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:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 4 WHERE `entry` = 23111;
|
||||
Reference in New Issue
Block a user