Merge branch 'master' into auras

This commit is contained in:
Michael Cook (mackal)
2017-07-14 23:14:13 -04:00
16 changed files with 173 additions and 233 deletions
+1 -1
View File
@@ -847,7 +847,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
SetHeading(CalculateHeadingToTarget(ClosestMob->GetX(), ClosestMob->GetY()));
SetTarget(ClosestMob);
CastToClient()->SendTargetCommand(ClosestMob->GetID());
SendPosUpdate(2);
SendPositionUpdate(2);
}
else
Message_StringID(clientMessageError, SENSE_NOTHING);