This commit is contained in:
Tahir Akhlaq 2016-06-15 00:08:05 +01:00
parent b633126568
commit ba13d5798d
47 changed files with 144 additions and 144 deletions

View file

@ -32,11 +32,11 @@ namespace FFXIVClassic_Map_Server.utils
}
}
public void NewTarget(string tarGet)
public void NewTarget(string target)
{
currentActorPropertyPacket.AddTarget();
currentTarget = tarGet;
currentActorPropertyPacket.SetTarget(tarGet);
currentTarget = target;
currentActorPropertyPacket.SetTarget(target);
}
public List<SubPacket> Done()