Skip to content

Commit

Permalink
DB/Conditions: spell Cannon Ball can only hit Daggerspine Marauder
Browse files Browse the repository at this point in the history
Closes #17532.
(cherry picked from commit 2b0e307)
  • Loading branch information
SnapperRy authored and joschiwald committed Feb 4, 2017
1 parent 8c0b56d commit c9ef848
Showing 1 changed file with 4 additions and 0 deletions.
@@ -0,0 +1,4 @@
--
DELETE FROM `conditions` WHERE `SourceEntry`=4170 AND `SourceTypeOrReferenceId`=13;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13, 1, 4170, 0, 0, 31, 0, 3, 2775, 0, 0, 0, 0, "", "Cannon Ball can only hit \'Daggerspine Marauder\'");

0 comments on commit c9ef848

Please sign in to comment.