diff options
Diffstat (limited to 'npc/quests/skills/thief_skills.txt')
-rw-r--r-- | npc/quests/skills/thief_skills.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/skills/thief_skills.txt b/npc/quests/skills/thief_skills.txt index 39f3c3a0c..8901506e3 100644 --- a/npc/quests/skills/thief_skills.txt +++ b/npc/quests/skills/thief_skills.txt @@ -25,7 +25,7 @@ //====================================================================================================== -moc_prydb1.gat,154,128,4 script Alcouskou 118,{ +moc_prydb1,154,128,4 script Alcouskou 118,{ mes "[Alcouskou]"; if(baseClass == Job_Thief) goto L_Start; if(BaseJob==Job_Novice) goto L_Novice; @@ -332,7 +332,7 @@ L_Fling: //==================================================================================== -payon.gat,91,77,4 script RuRumuni 99,{ +payon,91,77,4 script RuRumuni 99,{ mes "[RuRumuni]"; if(@SANDATTACK && !countitem(7042)) goto L_Start; @@ -384,4 +384,4 @@ L_Check: getitem 7042, 1; set @BAGNFNTY, 0; close; -} +}
\ No newline at end of file |