fix(DB/Creature): Correct respawn timers for 2 TBC quest mobs (#15886)
* Create rev_1680966459127893700.sql * Update rev_1680966459127893700.sql
This commit is contained in:
parent
9d1f10c492
commit
6da18fc005
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Terokkarantula and Arconus the Insatiable
|
||||
UPDATE `creature` SET `spawntimesecs` = 180 WHERE `guid` IN (86843, 87039) AND `id1` IN (20554, 20682);
|
||||
Loading…
Add table
Add a link
Reference in a new issue