Sync with L2jUnity (7db5b4f).

This commit is contained in:
MobiusDev
2016-12-04 21:28:20 +00:00
parent 9e1d3569f0
commit b9d3c99cf1
412 changed files with 13806 additions and 10065 deletions

View File

@@ -118,7 +118,7 @@ public final class Q10322_SearchingForTheMysteriousPower extends Quest
npc.setTarget(player);
for (SkillHolder holder : buffs)
{
npc.doCast(holder.getSkill());
holder.getSkill().applyEffects(npc, player);
}
}
player.sendPacket(new TutorialShowHtml(npc.getObjectId(), "..\\L2Text\\QT_002_Guide_01.htm", TutorialShowHtml.LARGE_WINDOW));