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);