diff options
Diffstat (limited to 'npc/merchants/ammo_dealer.txt')
-rw-r--r-- | npc/merchants/ammo_dealer.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/merchants/ammo_dealer.txt b/npc/merchants/ammo_dealer.txt index 27cf66212..c7c4e5e9c 100644 --- a/npc/merchants/ammo_dealer.txt +++ b/npc/merchants/ammo_dealer.txt @@ -1,5 +1,5 @@ //===== Athena Script ======================================== -//= Bullet Dealer, Tony +//= Bullet Dealer Tony //===== By =================================================== //= Playtester, Paradox924X //===== Version ============================================== @@ -14,7 +14,8 @@ //============================================================ que_ng,187,156,3 script Bullet Dealer Tony 86,{ - if (BaseJob == JOB_GUNSLINGER) { + + if (BaseJob == Job_Gunslinger) { mes "[Tony]"; mes "I'm Bullet-tooth Tony!"; mes "Whenever your out of bullets,"; |