From 1dabfb6578531ecfa96d373f803a750f740fd8cc Mon Sep 17 00:00:00 2001 From: CraftedRO Date: Sat, 5 Nov 2022 19:02:54 +0100 Subject: DB/Creature: Correct respawn time for Tethis and King Bangalash Closes #28465 --- sql/updates/world/3.3.5/2022_11_05_01_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_11_05_01_world.sql diff --git a/sql/updates/world/3.3.5/2022_11_05_01_world.sql b/sql/updates/world/3.3.5/2022_11_05_01_world.sql new file mode 100644 index 00000000000..83b16389383 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_11_05_01_world.sql @@ -0,0 +1,8 @@ +-- Tethis +UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`=730; +-- King Bangalash +UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`=731; +-- Bhag'thera +UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`=728; +-- Mai'Zoth +UPDATE `creature` SET `spawntimesecs` =300 WHERE `id` = 818; -- cgit v1.2.3