DB/Conditions: Added missing scripted targeting for Mutated Abomination's Eat Ooze ability (Professor Putricide encounter)

Closes #479
This commit is contained in:
Shauren
2011-02-16 19:17:42 +01:00
parent a6ffb3d7be
commit c7169e0f8f

View File

@@ -0,0 +1,4 @@
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (70360,72527);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(13,0,70360,0,18,1,37690,0,0, '', 'Mutated Abomination - Eat Ooze target'),
(13,0,72527,0,18,1,37690,0,0, '', 'Mutated Abomination - Eat Ooze target');