Compare commits

...

3 Commits

Author SHA1 Message Date
雪风 42aa5743ff 增加导入导出 增加不开服务端也能获取怪物名字 2025-03-14 17:37:33 +08:00
雪风 3181b54d0d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/gui/UI_LenheartUI/ExplosiveControl.java
2025-03-14 17:33:19 +08:00
Lenheart d6df066c19 no message 2025-03-14 17:27:46 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ public class Drop {
System.err.println("[" + FileoutputUtil.CurrentReadable_Time() + "]刷新出错:" + ex.getMessage()); System.err.println("[" + FileoutputUtil.CurrentReadable_Time() + "]刷新出错:" + ex.getMessage());
} }
MapleMonsterInformationProvider.getInstance().removeById(dropperid); MapleMonsterInformationProvider.getInstance().removeById(dropperid);
mobs =null;
} }