mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Linkshell inviting completed.
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user