DB/Creature: Add CREATURE_FLAGS_EXTRA_NO_PLAYER_DAMAGE_REQ to Garhal (30147), adjust respawn time to 60 seconds. Fixes & closes #16084.

(cherry picked from commit 93718e5b3d)
This commit is contained in:
treeston
2016-02-09 04:11:20 +01:00
committed by Shauren
parent 60ab64c3f9
commit 1d843364e6

View File

@@ -0,0 +1,3 @@
-- Garhal (Examples To Be Made quest target): Add CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ, spawn time = 60 seconds; closes #16084
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2097152 WHERE `entry`=30147;
UPDATE `creature` SET `spawntimesecs`=60 WHERE `guid`=114369;