fix(DB/object): Increase respawn timer of Booty Bay fishing pool (#4780)
This commit is contained in:
parent
b5c45abb98
commit
5e99737873
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue