From 311e8e21aac9c29c19ce88d43ae0101a5c8758de Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 22 Dec 2016 20:33:06 +0000 Subject: [PATCH] Store player after second class change. --- .../Q10360_CertificationOfFate/Q10360_CertificationOfFate.java | 1 + 1 file changed, 1 insertion(+) diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10360_CertificationOfFate/Q10360_CertificationOfFate.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10360_CertificationOfFate/Q10360_CertificationOfFate.java index b8e56ae8db..54922a8fd6 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10360_CertificationOfFate/Q10360_CertificationOfFate.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10360_CertificationOfFate/Q10360_CertificationOfFate.java @@ -211,6 +211,7 @@ public final class Q10360_CertificationOfFate extends Quest } player.setBaseClass(newClassId); player.setClassId(newClassId.getId()); + player.store(false); player.broadcastUserInfo(); player.sendSkillList(); giveAdena(player, 110000, true);