mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
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