Fixed quests not finishing their questline

This commit is contained in:
Melledy
2022-05-13 06:24:50 -07:00
parent c35b2b965a
commit 00ffbea451
4 changed files with 23 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ public class GameMainQuest {
this.isFinished = true;
this.state = ParentQuestState.PARENT_QUEST_STATE_FINISHED;
this.getOwner().getSession().send(new PacketFinishedParentQuestUpdateNotify(this));
this.save();
}
public void save() {