little fix

This commit is contained in:
Akka
2022-05-10 00:14:50 +08:00
parent 3e65ce63f5
commit 0764b6c2fa

View File

@@ -79,9 +79,7 @@ public class ScriptMonsterTideService {
// fix the 5-2 // fix the 5-2
sceneScriptManager.callEvent(EventType.EVENT_MONSTER_TIDE_DIE, new ScriptArgs(monsterKillCount.get())); sceneScriptManager.callEvent(EventType.EVENT_MONSTER_TIDE_DIE, new ScriptArgs(monsterKillCount.get()));
} }
// spawn the last turn of monsters
// fix the 5-2
this.sceneScriptManager.callEvent(EventType.EVENT_MONSTER_TIDE_DIE, new ScriptArgs(this.monsterKillCount.get()));
} }
public void unload(){ public void unload(){