ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetNPCHP.py
@@ -78,7 +78,7 @@ npcID = curNPC.GetNPCID() isByTime = True if IpyGameDataPY.GetIpyGameDataNotLog("NPCTimeLostHP", npcID) else False GameObj.SetHP(curNPC, setHP, isByTime=isByTime) curNPC.Notify_HPEx() curNPC.Notify_HP() GameWorld.DebugAnswer(curPlayer, "SetNPCHP ID=%s(%s),HP=%s" % (curNPC.GetID(), curNPC.GetNPCID(), setHP)) return