fix(DB/gameobject): Improve quests Find the Gems and Power Source & Find the Gems (#4450)
This commit is contained in:
parent
5bff37a88c
commit
d6a2ddb142
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue