mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 15:04:42 +02:00
Linkshell inviting completed.
This commit is contained in:
parent
8a0ebe7ec4
commit
108d8be013
22 changed files with 377 additions and 43 deletions
|
@ -294,7 +294,11 @@ namespace FFXIVClassic_World_Server.DataObjects
|
|||
else if (o == null)
|
||||
{
|
||||
luaParams.Add(new LuaParam(0x5, null));
|
||||
}
|
||||
}
|
||||
else if (o is Session)
|
||||
{
|
||||
luaParams.Add(new LuaParam(0x6, (uint)((Session)o).sessionId));
|
||||
}
|
||||
else if (o is Type7Param)
|
||||
{
|
||||
luaParams.Add(new LuaParam(0x7, (Type7Param)o));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue