diff options
Diffstat (limited to 'npc/quests/skills/swordman_skills.txt')
-rw-r--r-- | npc/quests/skills/swordman_skills.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/skills/swordman_skills.txt b/npc/quests/skills/swordman_skills.txt index 618c93db7..6a009a37e 100644 --- a/npc/quests/skills/swordman_skills.txt +++ b/npc/quests/skills/swordman_skills.txt @@ -23,7 +23,7 @@ //<-------------------------------------- Fatal Blow------------------------------------>\\ -prt_in.gat,75,88,5 script Leon 85,{ +prt_in,75,88,5 script Leon 85,{ mes "[Leon]"; if(baseClass == Job_Swordman) goto L_Start; if(BaseJob == Job_Novice) goto L_Novice; @@ -163,7 +163,7 @@ L_Done: //<---------------------------------- Moving HP Recovery ---------------------------------->\\ -izlude_in.gat,175,130,2 script Knight De Thomas 98,{ +izlude_in,175,130,2 script Knight De Thomas 98,{ mes "[Knight De Thomas]"; if(baseClass == Job_Swordman) goto L_Start; @@ -265,7 +265,7 @@ L_Check: //<----------------------------------------- Auto-Berserk --------------------------------->\\ -prt_in.gat,94,57,3 script Juan 85,{ +prt_in,94,57,3 script Juan 85,{ mes "[Juan]"; if(baseClass == Job_Swordman) goto L_Start; @@ -371,4 +371,4 @@ L_GotSkill: mes "But, because of Berserk, I'm sure you have been able to escape it many times as well."; emotion e_gasp; close; -} +}
\ No newline at end of file |