diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 10:00:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 10:00:53 +0200 |
commit | 596e4e8c416f12968ebfb983cb37a2dd35fbc44d (patch) | |
tree | 3c3a50919391a039c831037beed1208a3c3745a7 | |
parent | 96e5d9cd68dc78b8a6c5833cc7eb5c32122ac83e (diff) |
DB/Misc: Dark portal Swap
Closes #15872 by prestonjamesparsons
-rw-r--r-- | sql/updates/world/6.x/2016_06_15_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_15_00_world.sql b/sql/updates/world/6.x/2016_06_15_00_world.sql new file mode 100644 index 00000000000..cd2de3f62ff --- /dev/null +++ b/sql/updates/world/6.x/2016_06_15_00_world.sql @@ -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'); |