mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Creature): Hide various dungeon creature triggers (#1924)
Adding Extra_flags 128 (CREATURE_FLAG_EXTRA_TRIGGER) = Creature is trigger-NPC (invisible to players only) - Shirrak the Dead Watcher in Heroic - Zul'Aman - Jan'alai (Dragonhawk boss): Firebomb (Zul'Aman) 23920 - Mount Hyjal - Archimonde: Doomfire 18095
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559394390864887200');
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` IN (20308,23920,18095);
|
||||
Reference in New Issue
Block a user