mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-01 13:22:30 +00:00
Fix typo
This commit is contained in:
parent
8ce2921e3d
commit
48fb483de6
@ -1736,7 +1736,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (client) {
|
else if (caster) {
|
||||||
Raid *r = entity_list.GetRaidByClient(caster->CastToClient());
|
Raid *r = entity_list.GetRaidByClient(caster->CastToClient());
|
||||||
if(r)
|
if(r)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user