boulanger |
12.10.2013 05:58 |
[CORE] CLass cast exception (FIXED)
also this error spamms many times, random
Код:
[11.10.13 19:54:11:078] ERROR threading.RunnableImpl: Exception: RunnableImpl.run(): java.lang.ClassCastException: l2s.gameserver.model.instances.NpcInstance cannot be cast to l2s.gameserver.model.Player
java.lang.ClassCastException: l2s.gameserver.model.instances.NpcInstance cannot be cast to l2s.gameserver.model.Player
at ai.TeredorLairEggs.thinkAttack(TeredorLairEggs.java:65)
at l2s.gameserver.ai.DefaultAI.onEvtThink(DefaultAI.java:900)
at l2s.gameserver.ai.DefaultAI.runImpl(DefaultAI.java:299)
at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
at l2s.commons.threading.SteppingRunnableQueueManager$SteppingScheduledFuture.run(SteppingRunnableQueueManager.java:60)
at l2s.commons.threading.SteppingRunnableQueueManager.run(SteppingRunnableQueueManager.java:184)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
|