From 50a4b44c7636f0acaf5f43d785db0aad5a5eeb8d Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 1 Feb 2021 23:49:57 +0100 Subject: [PATCH] fix(DB/gameobject): The Damaged Chest quest Tome of the Cabal should respawn right away (#4321) Co-authored-by: Zoidwaffle --- .../sql/updates/pending_db_world/rev_1611219292313816659.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1611219292313816659.sql diff --git a/data/sql/updates/pending_db_world/rev_1611219292313816659.sql b/data/sql/updates/pending_db_world/rev_1611219292313816659.sql new file mode 100644 index 000000000..17e880e51 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1611219292313816659.sql @@ -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;