Browse Source

武器消耗也需要金币

cyzhao 4 years ago
parent
commit
9f4cd25fa3

+ 2 - 3
Gameserver/Amfphp/configs/GameConfig.php

@@ -1,12 +1,11 @@
 <?php
-namespace loyalsoft;
 ////////////////////
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-09 14:43:02
+ // 日期: 2021-06-09 18:51:44
 ////////////////////
-
+namespace loyalsoft;
 /**
  * 常量配置数据 
  */

+ 1 - 1
Gameserver/Amfphp/model/Const/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-09 14:43:02
+ // 日期: 2021-06-09 18:51:44
 ////////////////////
 
 /**

+ 6 - 1
Gameserver/Amfphp/model/Const/sm_item_weapon.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-08 11:36:27
+ // 日期: 2021-06-09 18:46:26
 ////////////////////
 
 
@@ -33,6 +33,11 @@ class sm_item_weapon
     */
     public $baseExp;
 
+    /**
+    * @var Int32 消耗金币 default(0) 
+    */
+    public $costGold;
+
     /**
     * @var Int32 武器初始星级  
     */

+ 6 - 1
Gameserver/Amfphp/model/Const/sm_item_yanling.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-09 14:36:17
+ // 日期: 2021-06-09 18:48:53
 ////////////////////
 
 
@@ -33,6 +33,11 @@ class sm_item_yanling
     */
     public $baseExp;
 
+    /**
+    * @var Int32 消耗金币 default(0) 
+    */
+    public $costGold;
+
     /**
     * @var Int32 消耗该言灵,供给得经验值 default(0) 
     */