fix(DB/GO): Despawn chests for "Grimtotem Spying" (#7916)

This commit is contained in:
syssneck
2021-09-20 19:46:48 +02:00
committed by GitHub
parent 23266278df
commit c0fb4de10a

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631782029155380281');
-- Decreases the respawn time, so the quest chests are not despawning
UPDATE `gameobject` SET `spawntimesecs` = 0 WHERE `id` = 176344 AND `guid` IN (17201);
UPDATE `gameobject` SET `spawntimesecs` = 0 WHERE `id` = 190483 AND `guid` IN (17199);
UPDATE `gameobject` SET `spawntimesecs` = 0 WHERE `id` = 190484 AND `guid` IN (17200);