mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(Scripts/TheEye): increase dagger proc chance and make sure mind control only targets players (#18563)
This commit is contained in:
@@ -4648,12 +4648,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->AttributesEx2 |= SPELL_ATTR2_IGNORE_LINE_OF_SIGHT;
|
||||
});
|
||||
|
||||
// Magic Disruption (KT dagger)
|
||||
ApplySpellFix({ 36478 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->ProcChance = 100;
|
||||
});
|
||||
|
||||
// Commanding Shout
|
||||
ApplySpellFix({ 469, 47439, 47440 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user