xdh
2019-05-05 3811d20e99c0e2ce28a3e9edea805598e59f68af
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/GetRealmExp.py
@@ -18,6 +18,7 @@
import PlayerPrestigeSys
import GameWorld
import ChConfig
#---------------------------------------------------------------------
#逻辑实现
## GM命令执行入口
@@ -27,6 +28,7 @@
#  @remarks 函数详细说明.
def OnExec(curPlayer, list):
    curTotalRealmExp = PlayerPrestigeSys.UpdateRealmExp(curPlayer, isNotify=True)
    GameWorld.DebugAnswer(curPlayer, "curTotalRealmExp=%s" % curTotalRealmExp)
    buffRemainTime = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_RealmExpBuffRemainTime)
    GameWorld.DebugAnswer(curPlayer, "curTotalRealmExp=%s,buffRemainTime=%s" % (curTotalRealmExp, buffRemainTime))
    return