From 9939f04b0d26621440e2ccc5bfca99e190d7abff Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 14 二月 2025 15:12:07 +0800
Subject: [PATCH] 10395 【GM版】新渠道游戏GM版本(充值回调、背包清空、角色查询、道具发放、接口对接)
---
db/struct.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/db/struct.php b/db/struct.php
index 433ea78..d81b6d2 100644
--- a/db/struct.php
+++ b/db/struct.php
@@ -30,6 +30,10 @@
array(),
),
array(
+ array("Channel" => 1, "PlayerID" => 1),
+ array(),
+ ),
+ array(
array("Channel" => 1, "ServerID" => 1),
array(),
),
--
Gitblit v1.8.0