mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(DB/object): Increase respawn timer of Booty Bay fishing pool (#4780)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user