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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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