DB: corrected group names for Lord Walden faction troups

This commit is contained in:
Ovahlord
2020-01-07 20:54:28 +01:00
parent 665b0a2b82
commit c8cb14b8ac

View File

@@ -1,7 +1,7 @@
DELETE FROM `spawn_group_template` WHERE `groupId` IN (427, 428);
INSERT INTO `spawn_group_template` (`groupId`, `groupName`, `groupFlags`) VALUES
(427, 'Shadowfang Keep - Commander Springvale Alliance Troups', 4),
(428, 'Shadowfang Keep - Outside Alliance Troups', 4);
(427, 'Shadowfang Keep - Lord Walden Alliance Troups', 4),
(428, 'Shadowfang Keep - Lord Walden Horde Troups', 4);
SET @CGUID := 395370;
DELETE FROM `spawn_group` WHERE `groupId` IN (427, 428);