diff options
Diffstat (limited to 'npc/quests/skills/monk_skills.txt')
-rw-r--r-- | npc/quests/skills/monk_skills.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/skills/monk_skills.txt b/npc/quests/skills/monk_skills.txt index a3ab0c539..6864f9709 100644 --- a/npc/quests/skills/monk_skills.txt +++ b/npc/quests/skills/monk_skills.txt @@ -24,7 +24,7 @@ //============================================================ // MONK - KI TRANSLATION + KI EXPLOSION //============================================================ -monk_test.gat,316,69,3 script Krate 823,{ +monk_test,316,69,3 script Krate 823,{ mes "[Krate]"; if(BaseJob!=Job_Monk) goto L_nomonk; if(getskilllv(1015) && getskilllv(1016)) goto L_alreadyhave; @@ -74,4 +74,4 @@ L_heavymonk: mes "Come back when you've cleansed"; mes "yourself of your worldly possessions."; close; -} +}
\ No newline at end of file |