mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -0,0 +1,2 @@
|
||||
-- Terokkarantula and Arconus the Insatiable
|
||||
UPDATE `creature` SET `spawntimesecs` = 180 WHERE `guid` IN (86843, 87039) AND `id1` IN (20554, 20682);
|
||||
Reference in New Issue
Block a user