hxp
2019-02-12 ee0976feabc604ac91bdc86fc368941cf85d97b7
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -1323,6 +1323,10 @@
                
            return
        
        if key == ShareDefine.Def_Notify_WorldKey_CrossZoneName:
            PyGameData.g_crossZoneName = msgValue
            return
        if msgValue.isdigit():
            value = int(msgValue)
        else: