hxp
3 天以前 5f3b500dd8efc188323d6e6ec2a74857e82142c8
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)