fix(DB/gameobject): Compendium of the Fallen should be lootable by all (#4360)

Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
Peter
2021-02-03 18:43:28 +01:00
committed by GitHub
parent 9fd6f1079b
commit ae74eb0713

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1611779118831382003');
-- Lower respawn rate of Compendium of the Fallen
UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid`=32236;