From 77d44d4df352d25480c3517f31a2f2750c0a236f Mon Sep 17 00:00:00 2001 From: Playtester Date: Mon, 4 Jun 2007 09:55:06 +0000 Subject: [PATCH] Some minor fixes... git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10678 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/ammo_boxes.txt | 2 +- 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 c04ed5d295..eaec0d6878 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 27cf66212e..c7c4e5e9c6 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,";