Fix quest Secondhand Diving Gear respawn rates (#4419)
This commit is contained in:
@@ -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
|
||||||
|
);
|
||||||
Reference in New Issue
Block a user