mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/gameobject): Improve quests Find the Gems and Power Source & Find the Gems (#4450)
This commit is contained in:
@@ -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
|
||||
);
|
||||
Reference in New Issue
Block a user