diff --git a/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua b/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua index ebaa2e00ad..7ddf45c7df 100644 --- a/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua +++ b/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua @@ -671,8 +671,10 @@ function SingleExplorePlayerView:SetIconShow(_eventpoint) end end if self.state == 1 then - self.eventPointPos:ShowDialogue(true) - self:NotBattleShow() + if self.eventPointPos then + self.eventPointPos:ShowDialogue(true) + end + self:NotBattleShow() end end,1):Start() else