cyzhao пре 1 година
родитељ
комит
1981eb4e63
1 измењених фајлова са 2 додато и 2 уклоњено
  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;