This commit is contained in:
lenheart
2025-11-03 21:13:01 +08:00
parent 2ef9cfef42
commit 10de73a395
91 changed files with 2497 additions and 2329 deletions

View File

@@ -8,6 +8,7 @@ if (!("Cb_History_Log_Func" in getroottable())) Cb_History_Log_Func <- {};
function Cb_History_Log(Data) {
// print(Data[0]);
if(Data.len() < 14) return;
local UID = Data[1].tointeger();
local Time = Data[3];
local CharacName = Data[4];