fix(DB/Creature): Removed UNIT_FLAG_SWIMMING from mobs in The Master's Glaive area. (#5059)

This commit is contained in:
UltraNix
2021-04-01 17:37:25 +02:00
committed by GitHub
parent 9c103ed83c
commit a77e3adbbe

View File

@@ -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);