mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 11:28:22 +02:00
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:
parent
1bf25b2a2b
commit
7c25b14640
6 changed files with 101 additions and 74 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue