fix(DB/gameobject): The Scarlet Key should be lootable by all (#4317)
The Scarlet Key from Doan's Strongbox inside Scarlet Monastery Library wing should be lootable by all. Currently only one can loot and then the respawn is 24 hours. This fix will make it respawn almost instantly for all to loot. Reference: https://wowwiki.fandom.com/wiki/The_Scarlet_Key Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
parent
7fb198fb18
commit
4efcc16181
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1610987194142626485');
|
||||
|
||||
-- The Scarlet Key from Doan's Strongbox in the Scarlet Monastery Library should be lootable by all
|
||||
|
||||
UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid`=32247;
|
||||
Loading…
Add table
Add a link
Reference in a new issue