From 3b32bfb650762b2949e0cc6d762119390bd8ed87 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Tue, 23 Aug 2016 11:36:17 +0200 Subject: DB/Conditions: allow spell Counterattack! to target Sunreaver Hawkstrider Used by the Argent Tournament's Melee Targets. Was only working for Alliance players due to wrong entry set for the Horde vehicle (cherry picked from commit 02df4f840a88626c0a2dd0227126ccfe2589dc59) --- sql/updates/world/master/2017_02_18_08_world_2016_08_23_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_18_08_world_2016_08_23_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2017_02_18_08_world_2016_08_23_02_world.sql b/sql/updates/world/master/2017_02_18_08_world_2016_08_23_02_world.sql new file mode 100644 index 00000000000..144a4aa4377 --- /dev/null +++ b/sql/updates/world/master/2017_02_18_08_world_2016_08_23_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ConditionValue2`=33844 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=62709 AND `ElseGroup`=0; -- cgit v1.2.3