ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -2238,6 +2238,8 @@ if hp or hpEx: summonNPC.SetHP(hp) summonNPC.SetHPEx(hpEx) summonNPC.SetMaxHP(hp) summonNPC.SetMaxHPEx(hpEx) summonNPC.NotifyAppear() # 最终统一通知NPC出现 playerPriWoodNPCList.append(summonNPC)