mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-28 08:51:39 +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;
|
||||
}
|
||||
}
|
||||
else if (client) {
|
||||
else if (caster) {
|
||||
Raid *r = entity_list.GetRaidByClient(caster->CastToClient());
|
||||
if(r)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user