diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-07 04:52:02 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-07 04:52:02 +0000 |
commit | aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0 (patch) | |
tree | 5b67fa6f71bd33af187301029a5d86b8ee99481c /npc/jobs/2-1/blacksmith.txt | |
parent | 6dcb99e42257de276814d3fe42a19c8f85e776d2 (diff) | |
download | hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.gz hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.bz2 hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.xz hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.zip |
turned the rest of job numbers to constants
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7554 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/blacksmith.txt')
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index e1ff13b06..db4281a6a 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -242,7 +242,7 @@ L_Change: //<=============================================== Geshupenschte: 1st, 2nd, 3rd Test ===================================================>\\
ein_in01.gat,201,27,4 script Geshupenschte 63,{
- if(BaseJob==5) goto L_merchant;
+ if(BaseJob == Job_Merchant) goto L_merchant;
mes "[Geshupenschte]";
mes "Hello sir! I'm the blacksmith. Geshupenschte! Nice to meet you!";
next;
|