mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 12:21:34 +00:00
Update spells.cpp (#1635)
This commit is contained in:
parent
36d10462f7
commit
6a244f16e1
@ -3859,6 +3859,7 @@ bool Mob::SpellOnTarget(uint16 spell_id, Mob *spelltar, int reflect_effectivenes
|
|||||||
//Need this to account for special AOE cases.
|
//Need this to account for special AOE cases.
|
||||||
if (IsClient() && IsHarmonySpell(spell_id) && !HarmonySpellLevelCheck(spell_id, spelltar)) {
|
if (IsClient() && IsHarmonySpell(spell_id) && !HarmonySpellLevelCheck(spell_id, spelltar)) {
|
||||||
MessageString(Chat::SpellFailure, SPELL_NO_EFFECT);
|
MessageString(Chat::SpellFailure, SPELL_NO_EFFECT);
|
||||||
|
safe_delete(action_packet);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user