fix(DB/creature): Remove Civilian flag from Emeral Dragon Whelp (#8245)
This commit is contained in:
parent
83f562190b
commit
a2140b97c0
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue