ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.py
@@ -1805,7 +1805,8 @@ if updDictValue == 0: curPlayer.NomalDictDelProperty(keyName, 0) else: curPlayer.NomalDictAddProperty(keyName, updDictValue) import PlayerControl PlayerControl.NomalDictSetProperty(curPlayer, keyName, updDictValue) #DebugLog("SetDictValueByBit keyFormat=%s,isBin=%s,bit=%s,keyNum=%s,keyName=%s,dictValue=%s,bitIndex=%s,updDictValue=%s" # % (keyFormat, isBin, bit, keyNum, keyName, dictValue, bitIndex, updDictValue)) return dictValue, updDictValue