fix(DB/gameobject): Book of Ur should be lootable by all (#4362)

Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
Peter
2021-02-04 00:15:02 +01:00
committed by GitHub
parent 64016e234e
commit 1b0b8abb8e

View File

@@ -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;