11111
This commit is contained in:
@@ -104,10 +104,10 @@ function Lenheart_Character_GetAttribute(Address) {
|
||||
return Info;
|
||||
}
|
||||
|
||||
function Rindro_GetCharacterInfoCallBack(Chunk) {
|
||||
local Jso = Json.Decode(Chunk);
|
||||
Jso.op <- 20069011;
|
||||
Jso.Info <- Lenheart_Character_GetAttribute(null);
|
||||
Rindro_BaseToolClass.SendPackEx(Jso);
|
||||
}
|
||||
Pack_Control.rawset(20069010, Rindro_GetCharacterInfoCallBack);
|
||||
// function Rindro_GetCharacterInfoCallBack(Chunk) {
|
||||
// local Jso = Json.Decode(Chunk);
|
||||
// Jso.op <- 20069011;
|
||||
// Jso.Info <- Lenheart_Character_GetAttribute(null);
|
||||
// Rindro_BaseToolClass.SendPackEx(Jso);
|
||||
// }
|
||||
// Pack_Control.rawset(20069010, Rindro_GetCharacterInfoCallBack);
|
||||
Reference in New Issue
Block a user