Core/Spells, DB/Conditions: convert checkcast cpp to conditions for spell 52264 (deliver stolen horse)

This commit is contained in:
Kandera
2012-05-18 12:09:35 -04:00
parent edf1de6d93
commit 01b2bf8057
2 changed files with 3 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `conditions` WHERE `SourceEntry` = 52264;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(13,0,52264,0,0,29,0,28653,5,0,0,97,NULL,"Creature conditions for spell 52264 (Deliver stolen horse)");