forked from mirror/azerothcore-wotlk
fix(DB/S.Group): Add Stitches to Legacy Spawn Group. (#25708)
Co-authored-by: Andrew <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
-- Add Stitches to legacy spawn group.
|
||||
DELETE FROM `spawn_group` WHERE `spawnId` = 300000;
|
||||
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
|
||||
(1, 0, 300000);
|
||||
Reference in New Issue
Block a user