From 02df4f840a88626c0a2dd0227126ccfe2589dc59 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 --- sql/updates/world/3.3.5/2016_08_23_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_08_23_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_08_23_02_world.sql b/sql/updates/world/3.3.5/2016_08_23_02_world.sql new file mode 100644 index 00000000000..144a4aa4377 --- /dev/null +++ b/sql/updates/world/3.3.5/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