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:
parent
4fa60c06b2
commit
1c420a2d6c
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue