mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Correct respawn time for Tethis and King Bangalash
Closes #28465
(cherry picked from commit 1dabfb6578)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user