mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/gameobject): The Damaged Chest quest Tome of the Cabal should respawn right away (#4321)
Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1611219292313816659');
|
||||
|
||||
-- The Damaged Chest from the warlock quest Tome of the Cabal should respawn right away
|
||||
|
||||
UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid`=12699;
|
||||
Reference in New Issue
Block a user