Scripts/Pets: Update Lil' K.T.
Port From (https://github.com/TrinityCore/TrinityCore/commit/d68abbf705a870009213d8558de2884950875029)
This commit is contained in:
@@ -3087,15 +3087,6 @@ namespace Game.Entities
|
||||
spellEffectInfo.ApplyAuraName = AuraType.PeriodicTriggerSpell;
|
||||
});
|
||||
});
|
||||
|
||||
// Lich Pet
|
||||
ApplySpellFix(new [] { 70050 }, spellInfo =>
|
||||
{
|
||||
ApplySpellEffectFix(spellInfo, 0, spellEffectInfo =>
|
||||
{
|
||||
spellEffectInfo.TriggerSpell = 70049;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
// Allows those to crit
|
||||
|
||||
Reference in New Issue
Block a user