DB/Gameobject: Fix respawn time of few Quest GameObjects

Closes #17845 closes #17846 by Tauriella
(cherry picked from commit ee204984c2)
This commit is contained in:
Aokromes
2016-08-25 08:44:13 +02:00
committed by joschiwald
parent a4fc7d9d2d
commit 038012d4f8

View File

@@ -0,0 +1,3 @@
--
UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN (188675,188676,188677);
UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` = 189293;