diff options
Diffstat (limited to 'npc/jobs/1-1/mage.txt')
-rw-r--r-- | npc/jobs/1-1/mage.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/npc/jobs/1-1/mage.txt b/npc/jobs/1-1/mage.txt index 05e74513a..0b234fb99 100644 --- a/npc/jobs/1-1/mage.txt +++ b/npc/jobs/1-1/mage.txt @@ -15,8 +15,7 @@ // -- Expert Mage -- -geffen_in.gat,164,124,4 script Expert Mage 123, -{ +geffen_in.gat,164,124,4 script Expert Mage 123,{ if(Class==Job_Novice && job_magician_q >= 1) goto L_BeMage; mes "[Expert Mage]"; @@ -148,8 +147,7 @@ L_BeMage: } // -- Solutions Guide Book -- -geffen_in.gat,177,112,1 script Solutions Guide Book 111, -{ +geffen_in.gat,177,112,1 script Solutions Guide Book 111,{ mes "[Solutions Guide Book]"; mes "I belong to Geffen Magic Academy. Please handle with care."; next; @@ -249,8 +247,7 @@ geffen_in.gat,177,112,1 script Solutions Guide Book 111, } // -- Mixing Machine -- -geffen_in.gat,164,112,1 script Mixing Machine 111, -{ +geffen_in.gat,164,112,1 script Mixing Machine 111,{ mes "[Mixing Machine]"; mes "This is the unique Mixing Machine designed only for making magic solutions. It is the property of the Geffen Magic Academy."; next; |