fix(DB/gameobject): Adjust respawn timers for Hellfire Peninsula quest objects 184466 and 185302 (#13681)

Create rev_1667341167147160100.sql
This commit is contained in:
Gultask
2022-11-03 18:50:39 -03:00
committed by GitHub
parent ef8d7f4ed9
commit 2ca3f8accb

View File

@@ -0,0 +1,2 @@
--
UPDATE `gameobject` SET `spawntimesecs`=0 WHERE `id` IN (184466, 185302) AND `guid` IN (25331, 28524);