Skip to content

Commit

Permalink
DB/Creature: Add CREATURE_FLAGS_EXTRA_NO_PLAYER_DAMAGE_REQ to Garhal …
Browse files Browse the repository at this point in the history
…(30147), adjust respawn time to 60 seconds. Fixes & closes #16084.
  • Loading branch information
Treeston committed Feb 9, 2016
1 parent 9b796dd commit 93718e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/world/2016_02_09_00_world.sql
@@ -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;

0 comments on commit 93718e5

Please sign in to comment.