mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
8
sql/updates/world/6.x/2016_06_15_00_world.sql
Normal file
8
sql/updates/world/6.x/2016_06_15_00_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `terrain_swap_defaults` WHERE `MapId`= 0 AND `TerrainSwapMap`= 1190;
|
||||
INSERT INTO `terrain_swap_defaults` (`MapId`,`TerrainSwapMap`,`Comment`) VALUES
|
||||
(0, 1190, 'Blasted Land Terrian');
|
||||
|
||||
DELETE FROM `terrain_worldmap` WHERE `TerrainSwapMap`= 545 AND `WorldMapArea`= 683;
|
||||
INSERT INTO `terrain_worldmap` (`TerrainSwapMap`,`WorldMapArea`,`Comment`) VALUES
|
||||
(545, 683, 'Blasted Land Swap');
|
||||
Reference in New Issue
Block a user