mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix typo
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user