fix occupy & gift given bug

This commit is contained in:
bridge
2026-01-07 20:11:01 +08:00
parent 8ee0c34f6f
commit 1dfce734ef
5 changed files with 13 additions and 12 deletions

View File

@@ -52,7 +52,6 @@ async function handleLoad(filename: string) {
await gameApi.loadGame(filename)
worldStore.reset()
uiStore.clearSelection()
uiStore.clearHoverCache()
await worldStore.initialize()
message.success('读档成功')
emit('close')