L2JMobius

Ertheia Maguen error

fengshui · 2 · 5299

Offline fengshui

  • Heir
  • **
    • Posts: 32


Code: [Select]
Aug 14, 2020 4:23:33 PM org.l2jmobius.gameserver.model.quest.Quest showError
WARNING: C:\l2jmobius\game\data\scripts\ai\areas\SeedOfAnnihilation\Maguen.java
java.lang.NullPointerException
at ai.areas.SeedOfAnnihilation.Maguen.onSpellFinished(Maguen.java:172)
at org.l2jmobius.gameserver.model.quest.Quest.notifySpellFinished(Quest.java:495)
at org.l2jmobius.gameserver.model.quest.Quest.lambda$addSpellFinishedId$24(Quest.java:2043)
at org.l2jmobius.gameserver.model.events.listeners.ConsumerEventListener.executeEvent(ConsumerEventListener.java:44)
at org.l2jmobius.gameserver.model.events.EventDispatcher.notifyToListeners(EventDispatcher.java:224)
at org.l2jmobius.gameserver.model.events.EventDispatcher.notifyEventToMultipleContainers(EventDispatcher.java:160)
at org.l2jmobius.gameserver.model.events.EventDispatcher.lambda$notifyEventAsync$0(EventDispatcher.java:118)
at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:38)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)