fix(DB/object): Increase respawn timer of Booty Bay fishing pool (#4780)

This commit is contained in:
Peter
2021-03-11 14:59:50 +01:00
committed by GitHub
parent b5c45abb98
commit 5e99737873

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615362796749970694');
-- Booty Bay fishing, add description
UPDATE `pool_gameobject` SET `description`="Fishing pool - Booty Bay" WHERE `pool_entry`=268;
-- Change respawn of items in pool
UPDATE `gameobject` SET `spawntimesecs`=3600 WHERE `guid` IN (50320,64627);