From fd620ca7d620f72276e00be3906da145bdd4a9fd Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Tue, 4 Oct 2016 18:47:58 +0200 Subject: Core/Conditions: partially revert 723c253, replacing CONDITION_WINTERGRASP_HORDE with a ConditionScript. --- sql/updates/world/3.3.5/2016_10_04_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_04_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_10_04_03_world.sql b/sql/updates/world/3.3.5/2016_10_04_03_world.sql new file mode 100644 index 00000000000..de23c7e0bbc --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_04_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `conditions` SET `ConditionTypeOrReference`=32, `ConditionValue1`=0x90, `ScriptName`="condition_is_wintergrasp_horde" WHERE `ConditionTypeOrReference`=48 AND `NegativeCondition`=0; +UPDATE `conditions` SET `ConditionTypeOrReference`=32, `ConditionValue1`=0x90, `NegativeCondition`=0, `ScriptName`="condition_is_wintergrasp_alliance" WHERE `ConditionTypeOrReference`=48 AND `NegativeCondition`=1; -- cgit v1.2.3