DB/Creature_template: Some trigger flag fixes

This commit is contained in:
Malcrom
2012-05-26 16:23:34 -02:30
parent a6adce0e3f
commit 593774f9c5

View File

@@ -0,0 +1,8 @@
-- Blade's Edge - Legion - Invis Bunny
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=20736;
-- Death's Door Warp-Gate Explosion Bunny
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=22502;
-- Death's Door North Warp-Gate
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=22471;
-- Death's Door South Warp-Gate
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=22472;