From d6a2ddb14296ed83110d69ad1b0e6e28d5dbfbb7 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 10 Feb 2021 04:51:49 +0100 Subject: [PATCH] fix(DB/gameobject): Improve quests Find the Gems and Power Source & Find the Gems (#4450) --- .../updates/pending_db_world/rev_1612520952274785900.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1612520952274785900.sql diff --git a/data/sql/updates/pending_db_world/rev_1612520952274785900.sql b/data/sql/updates/pending_db_world/rev_1612520952274785900.sql new file mode 100644 index 000000000..71300a13f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1612520952274785900.sql @@ -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 +);