From ab4a8aae5c74cb8cdd840ebe4af05704e8ed8add Mon Sep 17 00:00:00 2001 From: BeefSteak Date: Sat, 21 Jan 2023 17:12:46 +0000 Subject: [PATCH] fix(DB/Creature): Looking to the Leadership quest mob respawn times (#14710) Create fixrespawntimes.sql --- data/sql/updates/pending_db_world/fixrespawntimes.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/fixrespawntimes.sql diff --git a/data/sql/updates/pending_db_world/fixrespawntimes.sql b/data/sql/updates/pending_db_world/fixrespawntimes.sql new file mode 100644 index 000000000..45d04372f --- /dev/null +++ b/data/sql/updates/pending_db_world/fixrespawntimes.sql @@ -0,0 +1,4 @@ +-- Lieutenant Commander Thalvos +UPDATE `creature` SET `spawntimesecs`=60 WHERE `guid`=59381 AND `id1`=16978; +-- Arch Mage Xintor +UPDATE `creature` SET `spawntimesecs`=60 WHERE `guid`=86049 AND `id1`=16977;