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:
Peter
2021-02-01 23:49:57 +01:00
committed by GitHub
parent e7cc7561c3
commit 50a4b44c76

View File

@@ -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;