diff options
author | Killyana <morphone1@gmail.com> | 2015-12-29 16:46:28 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-12-29 16:46:28 +0100 |
commit | cb6a7b7fa63a7e5a8ef54b827ab9b66784d58ac7 (patch) | |
tree | 770da2fa9ab0787b9062ea079c641957b64d43db | |
parent | b269c1f1cb92389c125a29a99c5c811dbfdd89c1 (diff) |
DB/Condition: Add condition to sunwell-blade spell to target only Dar'Khan Drathir
Closes #16122
-rw-r--r-- | sql/updates/world/2015_12_29_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_29_02_world.sql b/sql/updates/world/2015_12_29_02_world.sql new file mode 100644 index 00000000000..3bfd0ba2a25 --- /dev/null +++ b/sql/updates/world/2015_12_29_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry`=28516; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(17,0,28516,0,0,31,1,3,16329,0,0,0,0,'',"Only Dar'Khan Drathir can be a target for Sunwell Torrent"); |