mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Creature: Correct respawn time for dwarves in the Lyceum BRD
closes #30732 by CraftedRO
This commit is contained in:
2
sql/updates/world/3.3.5/2025_03_08_03_world.sql
Normal file
2
sql/updates/world/3.3.5/2025_03_08_03_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Correct respawn time for dwarves in the Lyceum
|
||||
UPDATE `creature` SET `spawntimesecs`=30 WHERE `id` IN (8901,9956);
|
||||
Reference in New Issue
Block a user