mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Spell Reflect messages go out to everyone close
This commit is contained in:
parent
c3ce0a5df5
commit
75950b0f2b
@ -3781,11 +3781,13 @@ bool Mob::SpellOnTarget(uint16 spell_id, Mob *spelltar, bool reflect, bool use_r
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if(reflect_chance) {
|
||||
Message_StringID(MT_Spells, SPELL_REFLECT, GetCleanName(), spelltar->GetCleanName());
|
||||
if (reflect_chance) {
|
||||
entity_list.MessageClose_StringID(this, false, RuleI(Range, SpellMessages), MT_Spells,
|
||||
SPELL_REFLECT, GetCleanName(), spelltar->GetCleanName());
|
||||
CheckNumHitsRemaining(NumHit::ReflectSpell);
|
||||
// caster actually appears to change
|
||||
// ex. During OMM fight you click your reflect mask and you get the recourse from the reflected spell
|
||||
// ex. During OMM fight you click your reflect mask and you get the recourse from the reflected
|
||||
// spell
|
||||
spelltar->SpellOnTarget(spell_id, this, true, use_resist_adjust, resist_adjust);
|
||||
safe_delete(action_packet);
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user