diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-08-23 11:36:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-23 11:36:17 +0200 |
| commit | 02df4f840a88626c0a2dd0227126ccfe2589dc59 (patch) | |
| tree | 45cced1ce40515e67c08a25e1f95cc5551ab872c /sql | |
| parent | f1feb5ac30ff099005d818b788bcedb2ebfe88d0 (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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_23_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
