Skip to content

Commit 5f38fc7

Browse files
authored
fix(DB/Creature): Crash on Fathomlord Karathress (azerothcore#26001)
1 parent a73b1b2 commit 5f38fc7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
--
2+
DELETE FROM `spawn_group` WHERE `spawnId` IN (153154, 153155, 153156, 153157);
3+
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
4+
(1, 0, 153154),
5+
(1, 0, 153155),
6+
(1, 0, 153156),
7+
(1, 0, 153157);

0 commit comments

Comments
 (0)