mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +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