From 8dff1b6f1c1042e7e8a3a92014fb7dbc1e8e0dd7 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 18 十一月 2024 22:20:05 +0800
Subject: [PATCH] 0312 排行榜Name2长度改为65

---
 ClientPack/ClientToMapServer/CA5_Function/CoatUp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CA5_Function/CoatUp.h b/ClientPack/ClientToMapServer/CA5_Function/CoatUp.h
index c4a2fc0..e816877 100644
--- a/ClientPack/ClientToMapServer/CA5_Function/CoatUp.h
+++ b/ClientPack/ClientToMapServer/CA5_Function/CoatUp.h
@@ -3,5 +3,5 @@
 struct	tagCMCoatUp
 {
 	tagHead		Head;
-	BYTE		CoatIndex; // 时装索引
+	DWORD		CoatIndex; // 时装索引
 };

--
Gitblit v1.8.0