fix(DB/Creature): Removed UNIT_FLAG_SWIMMING from mobs in The Master's Glaive area. (#5059)
This commit is contained in:
parent
9c103ed83c
commit
a77e3adbbe
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617095490377345100');
|
||||
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags` & ~32768 WHERE `entry` IN (2338,2339,2192);
|
||||
Loading…
Add table
Add a link
Reference in a new issue