mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
@@ -3671,6 +3671,10 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
case 69846: // Frost Bomb
|
||||
spellInfo->Speed = 0.0f; // This spell's summon happens instantly
|
||||
break;
|
||||
case 70106: // Chilled to the Bone
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_DONE_BONUS;
|
||||
spellInfo->AttributesEx6 |= SPELL_ATTR6_NO_DONE_PCT_DAMAGE_MODS;
|
||||
break;
|
||||
case 71614: // Ice Lock
|
||||
spellInfo->Mechanic = MECHANIC_STUN;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user