进游戏报错
164:attempt to call method‘GetCurrentInstance’(a nil value)
试着删了一段
WorldMapButton:SetScript("OnLeave", f)
if MouseIsOver(WorldMapButton) and not Cartographer:GetCurrentInstance() then
WorldMapFrameAreaLabel:Show()
else
WorldMapFrameAreaLabel:Hide()
end
再进去就好了……