ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_Offline_ViewAttribute.py
@@ -15,6 +15,7 @@
#---------------------------------------------------------------------
#导入
import GameWorld
import GameObj
#---------------------------------------------------------------------
#全局变量
#---------------------------------------------------------------------
@@ -37,7 +38,7 @@
    resultDisc = {
                  'Result'   : '1'                                ,
                  'DictName' : 'GY_Query_Offline_ViewAttribute'   ,
                  'Hp'       : '%s'%(curFindPlayer.GetHP())       ,
                  'Hp'       : '%s'%(GameObj.GetHP(curFindPlayer))       ,
                  'Mp'       : '%s'%(curFindPlayer.GetMP())       ,
                  'FreePoint': '%s'%(curFindPlayer.GetFreePoint()),
                  'BaseSTR'  : '%s'%(curFindPlayer.GetBaseSTR())  ,