Skip to content

Commit deee391

Browse files
authored
DB/Creature: Correct respawn time for dwarves in the Lyceum BRD
closes #30732 by CraftedRO
1 parent 1f7c5d9 commit deee391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Correct respawn time for dwarves in the Lyceum
2+
UPDATE `creature` SET `spawntimesecs`=30 WHERE `id` IN (8901,9956);

0 commit comments

Comments
 (0)