DB/Gameobject: Respawntimer fix for Quest 11695

Closes #17643 by Tauriella
This commit is contained in:
Aokromes
2016-07-22 10:17:31 +02:00
committed by GitHub
parent 5868509a63
commit 5a550f9418

View File

@@ -0,0 +1,2 @@
-- Gurgleboggle's Bauble
UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN (187885,187886);