diff options
| author | Rat <gmstreetrat@gmail.com> | 2015-03-29 19:25:13 +0200 |
|---|---|---|
| committer | Rat <gmstreetrat@gmail.com> | 2015-03-29 19:25:13 +0200 |
| commit | 17bd724559808b5e327a9a541063b56f21712841 (patch) | |
| tree | 7d604fc051ff9c79e2b9b7b33e25a14035b5bb38 /sql | |
| parent | dcd18eef2a8bb3c8eeb5552d76f2af4ad6dc7bfa (diff) | |
Core/Phases: phaseMask remove part 1
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_03_29_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_29_01_world.sql b/sql/updates/world/2015_03_29_01_world.sql index 3eee1cae11a..88c2bbc4fcd 100644 --- a/sql/updates/world/2015_03_29_01_world.sql +++ b/sql/updates/world/2015_03_29_01_world.sql @@ -51,3 +51,7 @@ INSERT INTO `terrain_swap_defaults` (MapId, TerrainSwapMap, Comment) VALUES DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=25 AND `SourceEntry`=719; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (25, 0, 719, 0, 0, 8, 0, 25372, 0, 0, 1, 0, 0, '', 'Hyjal terrain swap if Aessina''s Miracle quest is not rewarded'); + +ALTER TABLE `creature` DROP `phaseMask`; +ALTER TABLE `gameobject` DROP `phaseMask`; + |
