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:
parent
9fd6f1079b
commit
ae74eb0713
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue