Fix quest Secondhand Diving Gear respawn rates (#4419)
This commit is contained in:
parent
6e7dc293ee
commit
61aa62bbbc
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612286718992265450');
|
||||
|
||||
-- Faster spawn rates for quest Secondhand Diving Gear
|
||||
|
||||
UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid` IN
|
||||
(
|
||||
40774, -- Tool Kit
|
||||
40775 -- Damaged Diving Gear
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue