mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user