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:
Poszer 2019-07-13 08:06:12 +02:00 committed by GitHub
parent 4fa60c06b2
commit 1c420a2d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;