diff options
Diffstat (limited to 'npc/jobs/2-1/priest.txt')
-rw-r--r-- | npc/jobs/2-1/priest.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index cb9bbe68b..6a852ffd8 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -23,8 +23,7 @@ //*********************************************************************************************************************************************************************************\\ //============================================ Father Thomas: Job changer, Test 1 =============================================\\ //*********************************************************************************************************************************************************************************\\ -prt_church.gat,16,41,4 script Father Thomas 60, -{ +prt_church.gat,16,41,4 script Father Thomas 60,{ mes "[Father Thomas]"; if (class == Job_Novice) goto L_Novice; if (class == Job_Priest) goto L_Priest; @@ -1134,8 +1133,7 @@ AnnouncePrst: //**********************************************************************************************************************************************************************************\\ //================================================= Sister Cecile: Test 3 =====================================================\\ //**********************************************************************************************************************************************************************************\\ -prt_church.gat,27,24,4 script Sister Cecile 79, -{ +prt_church.gat,27,24,4 script Sister Cecile 79,{ mes "[Sister Cecile]"; if(Class == Job_Priest) goto L_Prst; if(Class == Job_Acolyte) goto L_Aco; |