Skip to content

Commit

Permalink
Add tirisfal terrainswap
Browse files Browse the repository at this point in the history
  • Loading branch information
KalopsiaTwilight committed Mar 31, 2024
1 parent 5f112c9 commit d57198c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sql/custom/world/2024_03_24_add_tirisfal_terrainswap.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DELETE FROM `terrain_swap_defaults` WHERE `TerrainSwapMap` = 1931;
INSERT INTO `terrain_swap_defaults` (`MapId`, `TerrainSwapMap`, `Comment`) VALUES
(0, 1931, 'Lordaeron Blight');

DELETE FROM `terrain_worldmap` WHERE `TerrainSwapMap` = 1019;
INSERT INTO `terrain_worldmap` (`TerrainSwapMap`, `UiMapPhaseId`, `Comment`) VALUES
(1931, 11519, 'Lordaeron Blight');

DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 25 AND `SourceEntry` = 1019;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(25, 0, 1931, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'TerrainSwap to Lordaeron Blight');

0 comments on commit d57198c

Please sign in to comment.