Kaynağa Gözat

加金币钻石

cyzhao 1 yıl önce
ebeveyn
işleme
1981eb4e63
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      Gameserver/App/model/User/Info_UserBase.php

+ 2 - 2
Gameserver/App/model/User/Info_UserBase.php

@@ -99,8 +99,8 @@ class Info_UserBase extends Object_ext {
 
     public function initialize() {
 //        my_Assert(GameConfig::primordial_data(), "找不到账号初始化数据");         # 防御
-       $this->gold = 0;
-        $this->cash = 0;
+       $this->gold = 1000000;
+        $this->cash = 5000;
 //        $this->xp = GameConfig::primordial_data()->User_XP;
 //        $this->tili = GameConfig::globalsettings()->TiliMaxVal;                 # 最大体力
 //        $this->maxXp = 0;