mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
fix(DB/GO): Despawn chests for "Grimtotem Spying" (#7916)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user