Skip to content
Snippets Groups Projects
Commit 4188b141 authored by Zoey76's avatar Zoey76
Browse files

Mana Burn should only be used in flagged players

Reported by: Ldc
parent 1977bdd8
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ public final class MagicalAttackMp extends AbstractEffect
@Override
public L2EffectType getEffectType()
{
return L2EffectType.MAGICAL_ATTACK;
return L2EffectType.MAGICAL_ATTACK_MP;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment