From f36e315c3074ebd2ce2147b6b380d038d81517e8 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 27 五月 2026 19:42:44 +0800
Subject: [PATCH] 666 新增代金券
---
Main/Core/GameEngine/Player/PlayerBaseData.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Main/Core/GameEngine/Player/PlayerBaseData.cs b/Main/Core/GameEngine/Player/PlayerBaseData.cs
index c9b1843..6a8f6ff 100644
--- a/Main/Core/GameEngine/Player/PlayerBaseData.cs
+++ b/Main/Core/GameEngine/Player/PlayerBaseData.cs
@@ -69,7 +69,7 @@
public uint ExAttr11; //棰勭暀鐨勬墿灞曞睘鎬у瓧娈碉紝鐢ㄦ潵瀛樻斁椤圭洰鐗瑰畾鐨勫睘鎬�121 鐜伴噾浠e竵锛堜唬閲戝埜锛�
public uint ExAttr16; //棰勭暀鐨勬墿灞曞睘鎬у瓧娈碉紝鐢ㄦ潵瀛樻斁椤圭洰鐗瑰畾鐨勫睘鎬� 鍏ㄨ韩鐗规晥
public uint ExAttr17; //璐﹀彿鐘舵�� 鎸変綅 4 灏佸彿 5绂佽█ 6绂佽澶�
- public uint ServerGroupId; //鏈嶅姟鍣ㄧ粍ID
+ public uint cashVoucher; //鐜伴噾绀煎埜锛堣揣甯佺被鍨�97锛夛紝瀛樺偍浜嶦xAttr13锛�0418鍒锋柊绫诲瀷123
public uint hangTime;//鐜颁负鑴辨満鎸傚墿浣欐椂闂� 23
public uint faction; //闃佃惀 107
uint m_coinPointTotal;
@@ -206,7 +206,7 @@
leaveGuildInfo = (int)_serverInfo.ExAttr12;
ExAttr16 = _serverInfo.ExAttr16;
ExAttr17 = _serverInfo.ExAttr17;
- ServerGroupId = _serverInfo.ExAttr13;
+ cashVoucher = _serverInfo.ExAttr13;
faction = _serverInfo.Faction;
coinPointTotal = _serverInfo.ChangeCoinPointTotal;
equipShowSwitch = _serverInfo.EquipShowSwitch;
@@ -264,7 +264,7 @@
// bubbleId = serverInfo.ExAttr10;
// ExAttr11 = serverInfo.ExAttr11;
// ExAttr16 = serverInfo.ExAttr16;
- // ServerGroupId = serverInfo.ExAttr13;
+ // cashVoucher = serverInfo.ExAttr13;
// faction = serverInfo.Faction;
// coinPointTotal = serverInfo.ChangeCoinPointTotal;
// HP = serverInfo.HP + serverInfo.HPEx * Constants.ExpPointValue;
--
Gitblit v1.8.0