This commit is contained in:
Ovahlord
2018-04-26 16:17:12 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `terrain_swap_defaults` WHERE `MapId` IN (1,654);
INSERT INTO `terrain_swap_defaults` (`MapId`, `TerrainSwapMap`, `Comment`) VALUES
(1, 719, 'Mount Hyjal default terrain'),
(654, 638, 'Gilneas default terrain');