Fix quest Secondhand Diving Gear respawn rates (#4419)

This commit is contained in:
Peter
2021-02-06 18:26:46 +01:00
committed by GitHub
parent 6e7dc293ee
commit 61aa62bbbc

View File

@@ -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
);