|
@@ -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;
|