mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
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:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN (188675,188676,188677);
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` = 189293;
|
||||
Reference in New Issue
Block a user