mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(DB/Creature): Crash on Fathomlord Karathress (#26001)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user