mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Conditions: Added missing scripted targeting for Mutated Abomination's Eat Ooze ability (Professor Putricide encounter)
Closes #479
This commit is contained in:
4
sql/updates/world/2011_02_16_1_world_conditions.sql
Normal file
4
sql/updates/world/2011_02_16_1_world_conditions.sql
Normal 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');
|
||||
Reference in New Issue
Block a user