mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Phasing: added conditions and entry for Dragonmaw Port terrainswap in Twilight Highlands
This commit is contained in:
9
sql/updates/world/4.3.4/custom_2018_03_28_01_world.sql
Normal file
9
sql/updates/world/4.3.4/custom_2018_03_28_01_world.sql
Normal 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');
|
||||
|
||||
Reference in New Issue
Block a user