fix(DB/creature_template) flags_extra for brewfest barker bunny's (#3505)

This commit is contained in:
Patrick Lewis
2020-11-09 08:04:56 -08:00
committed by GitHub
parent e7f1ab4a6a
commit 2204678c8f

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1601091401144068714');
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x00000080 WHERE `entry` IN (24202, 24203, 24204, 24205);