fix(DB/gameobject): Improve quests Find the Gems and Power Source & Find the Gems (#4450)

This commit is contained in:
Peter
2021-02-10 04:51:49 +01:00
committed by GitHub
parent 5bff37a88c
commit d6a2ddb142

View File

@@ -0,0 +1,9 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612520952274785900');
-- Lower respawns to improve quests Find the Gems and Power Source & Find the Gems
UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid` IN
(
40694, -- Shadowforge Cache
40695 -- Conspicuous Urn
);