mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
DB/Creature_template: Some trigger flag fixes
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user