mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/Creature): Razorscale Harpoon Fire State (#2036)
* fix(DB/Creature): Razorscale Harpoon Fire State - Adding flags_extra 128 CREATURE_FLAG_EXTRA_TRIGGER creature is trigger-NPC (invisible to players only).
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1561997614685609600');
|
||||
|
||||
-- Razorscale Harpoon Fire State creature is trigger-NPC (invisible to players only)
|
||||
UPDATE `creature_template` SET `flags_extra` = 130 WHERE `entry` = 33282;
|
||||
Reference in New Issue
Block a user