Changed "SendRequestedInfo" to "SendDataPacket" as that's the actual name of the packet. Copied all the progress with the Limsa Opening director to Gridania and Uldah.

This commit is contained in:
Filip Maj 2017-03-19 12:35:21 -04:00
parent 1bf25b2a2b
commit 7c25b14640
6 changed files with 101 additions and 74 deletions

View file

@ -1216,7 +1216,7 @@ namespace FFXIVClassic_Map_Server.Actors
QueuePacket(InventoryEndChangePacket.BuildPacket(toBeExamined.actorId, actorId));
}
public void SendRequestedInfo(params object[] parameters)
public void SendDataPacket(params object[] parameters)
{
List<LuaParam> lParams = LuaUtils.CreateLuaParamList(parameters);
SubPacket spacket = InfoRequestResponsePacket.BuildPacket(actorId, actorId, lParams);