diff options
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/ammo_boxes.txt | 2 | ||||
-rw-r--r-- | npc/merchants/ammo_dealer.txt | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/merchants/ammo_boxes.txt b/npc/merchants/ammo_boxes.txt index c04ed5d29..eaec0d687 100644 --- a/npc/merchants/ammo_boxes.txt +++ b/npc/merchants/ammo_boxes.txt @@ -1,5 +1,5 @@ //===== eAthena Script ======================================= -//= Casing Pack Dealer Kenny +//= Magazine Dealer Kenny //===== By: ================================================== //= eAthena dev team //===== Current Version: ===================================== 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,"; |