mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/gameobject): Book of Ur should be lootable by all (#4362)
Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user