mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(Scripts/TheEye): make legendary TK dagger have 100% proc chance (#18482)
initial
This commit is contained in:
@@ -4644,6 +4644,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->AttributesEx2 |= SPELL_ATTR2_IGNORE_LINE_OF_SIGHT;
|
||||
});
|
||||
|
||||
// Magic Disruption (KT dagger)
|
||||
ApplySpellFix({ 36478 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->ProcChance = 100;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||
{
|
||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||
|
||||
Reference in New Issue
Block a user