DB/Phasing: added conditions and entry for Dragonmaw Port terrainswap in Twilight Highlands

This commit is contained in:
Ovahlord
2018-03-28 20:52:32 +02:00
parent 0db0f35cae
commit 96b890765d

View File

@@ -0,0 +1,9 @@
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 25 AND `SourceEntry`= 736;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `NegativeCondition`, `Comment`) VALUES
(25, 736, 6, 67, 0, 'Terrainwap: Dragonmaw Port visible only for Horde'),
(25, 736, 8, 26830, 1, 'Terrainwap: Dragonmaw Port inactive when rewarded quest 26830');
DELETE FROM `terrain_swap_defaults` WHERE `TerrainSwapMap`= 736;
INSERT INTO `terrain_swap_defaults` (`MapId`, `TerrainSwapMap`, `Comment`) VALUES
(0, 736, 'Twilight Highlands - Dragonmaw Port');