Core/Spells: fixed Runic Empowerment

*fixed Runic Corruption
This commit is contained in:
Ovahlord
2018-03-21 15:56:20 +01:00
parent f2825615dd
commit b3ca7e98c2
3 changed files with 111 additions and 2 deletions

View File

@@ -5267,8 +5267,6 @@ void Spell::EffectActivateRune(SpellEffIndex effIndex)
player->SetRuneCooldown(l, 0);
--count;
// is needed to push through to the client that the rune is active
player->ResyncRunes(MAX_RUNES);
}
else
break;
@@ -5297,6 +5295,7 @@ void Spell::EffectActivateRune(SpellEffIndex effIndex)
player->SetRuneCooldown(i, 0);
}
}
player->ResyncRunes(MAX_RUNES);
}
void Spell::EffectCreateTamedPet(SpellEffIndex effIndex)