onDamaged aura mechanic isn't working properly
I've released the pastebin with error and the little test skill
[23:55:49 WARN]: java.lang.NullPointerException: Cannot invoke "io.lumine.mythic.core.skills.auras.Aura$AuraTracker.getCasterUUID()" because "t" is null
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.auras.AuraRegistry.mergeAura(AuraRegistry.java:49)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.auras.Aura$AuraTracker.start(Aura.java:430)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.mechanics.OnDamagedMechanic$Tracker.<init>(OnDamagedMechanic.java:171)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.mechanics.OnDamagedMechanic.castAtEntity(OnDamagedMechanic.java:118)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.SkillMechanic.lambda$executeTargetedEntitySkill$8(SkillMechanic.java:564)
[23:55:49 WARN]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.SkillMechanic.executeTargetedEntitySkill(SkillMechanic.java:560)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.SkillMechanic.lambda$executeSkills$4(SkillMechanic.java:516)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.SkillMechanic.runMechanic(SkillMechanic.java:555)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.SkillMechanic.executeSkills(SkillMechanic.java:516)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.core.skills.SkillMechanic.execute(SkillMechanic.java:433)
[23:55:49 WARN]: at MythicCrucible-2.0.0-SNAPSHOT (4).jar//io.lumine.mythiccrucible.items.EquippedItem.lambda$runTimerSkills$2(EquippedItem.java:158)
[23:55:49 WARN]: at java.base/java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1242)
[23:55:49 WARN]: at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
[23:55:49 WARN]: at MythicCrucible-2.0.0-SNAPSHOT (4).jar//io.lumine.mythiccrucible.items.EquippedItem.runTimerSkills(EquippedItem.java:155)
[23:55:49 WARN]: at MythicCrucible-2.0.0-SNAPSHOT (4).jar//io.lumine.mythiccrucible.profiles.Profile.lambda$runTimerSkills$3(Profile.java:292)
[23:55:49 WARN]: at java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4780)
[23:55:49 WARN]: at MythicCrucible-2.0.0-SNAPSHOT (4).jar//io.lumine.mythiccrucible.profiles.Profile.runTimerSkills(Profile.java:290)
[23:55:49 WARN]: at MythicCrucible-2.0.0-SNAPSHOT (4).jar//io.lumine.mythiccrucible.profiles.ProfileManager.lambda$runTimerSkills$23(ProfileManager.java:215)
[23:55:49 WARN]: at java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4780)
[23:55:49 WARN]: at MythicCrucible-2.0.0-SNAPSHOT (4).jar//io.lumine.mythiccrucible.profiles.ProfileManager.runTimerSkills(ProfileManager.java:209)
[23:55:49 WARN]: at MythicCrucible-2.0.0-SNAPSHOT (4).jar//io.lumine.mythiccrucible.clocks.MythicCrucibleAsyncClock.run(MythicCrucibleAsyncClock.java:14)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToConsumer.accept(Delegates.java:93)
[23:55:49 WARN]: at MythicMobs-5.5.2-SNAPSHOT (1).jar//io.lumine.mythic.bukkit.utils.Schedulers$LumineTask.run(Schedulers.java:184)
[23:55:49 WARN]: at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[23:55:49 WARN]: at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:55:49 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:55:49 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[23:55:49 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[23:55:49 WARN]: at java.base/java.lang.Thread.run(Thread.java:833)```