DB/Creature: Correct respawn time for Tethis and King Bangalash

Closes #28465

(cherry picked from commit 1dabfb6578)
This commit is contained in:
CraftedRO
2022-11-05 19:02:54 +01:00
committed by Shauren
parent 00a512d6a4
commit 48f5d71046

View File

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