Made a server merge all went kinda good 0 errors and etc, but I merged only characters not account. And now i have problems what all characters who was merged from old server to new have problems with quest. It just dont load to them.. tried to look around what could be problem but cant find any...
This is code what i got in console then characters is loggin in


So where could be problem maybe somone imagine why merged characters cant load their Q what they take after restart?
This is code what i got in console then characters is loggin in
Code:
[13:23:20] ERROR could not insert char quest:
java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.quest.Quest.getQuestIntId()" because "<local7>" is null
at l2.gameserver.model.quest.Quest.restoreQuestStates(Unknown Source)
at l2.gameserver.model.Player.restore(Player.java:821)
at l2.gameserver.network.l2.GameClient.loadCharFromDisk(Unknown Source)
at l2.gameserver.network.l2.c2s.CharacterSelected.runImpl(CharacterSelected.java:85)
at l2.gameserver.network.l2.c2s.L2GameClientPacket.run(Unknown Source)
at l2.commons.net.nio.impl.MMOExecutableQueue.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
So where could be problem maybe somone imagine why merged characters cant load their Q what they take after restart?