ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerLLMJ.py
@@ -21,7 +21,6 @@ import ChPyNetSendPack import PlayerControl import GameWorld import ObjPool def OnPlayerLogin(curPlayer): if not curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_LLMJLVInfo): @@ -143,7 +142,7 @@ def SyncLLMJInfo(curPlayer): mjLV, zhanchui = GetMJLVInfo(curPlayer) clientPack = ObjPool.GetPoolMgr().acquire(ChPyNetSendPack.tagSCLLMJInfo) clientPack = ChPyNetSendPack.tagSCLLMJInfo() clientPack.MJLV = mjLV clientPack.Zhanchui = zhanchui clientPack.ExpEx = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_LLMJExp)