fix(DB/gameobject): Book of Ur should be lootable by all (#4362)
Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
parent
64016e234e
commit
1b0b8abb8e
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1611782665942053526');
|
||||
|
||||
-- Lower respawn rate of The Book of Ur
|
||||
|
||||
UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid`=40667;
|
||||
Loading…
Add table
Add a link
Reference in a new issue