fix(DB/creature): Remove Civilian flag from Emeral Dragon Whelp (#8245)

This commit is contained in:
Azcobu
2021-10-09 08:14:18 +10:30
committed by GitHub
parent 83f562190b
commit a2140b97c0

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633308203494634065');
-- Remove Civilian flag from summoned Emerald Dragon Whelp
UPDATE `creature_template` SET `flags_extra`=`flags_extra`&~(2) WHERE `entry` = 8776;