fix(DB/Creature): Crash on Fathomlord Karathress (#26001)

This commit is contained in:
Angelo Venturini
2026-05-27 22:18:33 -03:00
committed by GitHub
parent a73b1b2269
commit 5f38fc7a6f
@@ -0,0 +1,7 @@
--
DELETE FROM `spawn_group` WHERE `spawnId` IN (153154, 153155, 153156, 153157);
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
(1, 0, 153154),
(1, 0, 153155),
(1, 0, 153156),
(1, 0, 153157);