aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-08-23 11:36:17 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-18 14:38:01 +0100
commit3b32bfb650762b2949e0cc6d762119390bd8ed87 (patch)
tree9fd62c3930c38324b37ab11af0cfacd9d49febe7
parent39360e69fe00b502366cbab498a21ea79bd9bb32 (diff)
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)
-rw-r--r--sql/updates/world/master/2017_02_18_08_world_2016_08_23_02_world.sql2
1 files changed, 2 insertions, 0 deletions
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;