diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-28 09:08:02 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-28 09:08:02 +0000 |
commit | b5e8c7fbf432bfc6b4d4cb9d1a6efdea5f01d776 (patch) | |
tree | f8389ceca8cdf9003e8dd996071711b76ad49fa1 /npc | |
parent | 399cde8af5a0d1e0a8e8f7bb31494e916bacafaf (diff) | |
download | hercules-b5e8c7fbf432bfc6b4d4cb9d1a6efdea5f01d776.tar.gz hercules-b5e8c7fbf432bfc6b4d4cb9d1a6efdea5f01d776.tar.bz2 hercules-b5e8c7fbf432bfc6b4d4cb9d1a6efdea5f01d776.tar.xz hercules-b5e8c7fbf432bfc6b4d4cb9d1a6efdea5f01d776.zip |
Fixed NPC name of bullet and magazine dealer
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10635 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/merchants/ammo_boxes.txt | 2 | ||||
-rw-r--r-- | npc/merchants/ammo_dealer.txt | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index a489cc7ed..29861e0d3 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/05/28 + * Fixed NPC name of bullet and magazine dealer [Playtester] * Reverted Samuray22's work in Bard Quest. RTM. [Lupus] 2007/05/26 * Rev. 10632 Guild flag update. [L0ne_W0lf] diff --git a/npc/merchants/ammo_boxes.txt b/npc/merchants/ammo_boxes.txt index ba136f0e2..788cca296 100644 --- a/npc/merchants/ammo_boxes.txt +++ b/npc/merchants/ammo_boxes.txt @@ -14,7 +14,7 @@ //= 1.2 Optimized^2 [ultramage] //============================================================ -que_ng,187,149,3 script Casing Pack Dealer Kenny 83,{ +que_ng,187,149,3 script Magazine Dealer Kenny 83,{ if(BaseJob != Job_Gunslinger) { diff --git a/npc/merchants/ammo_dealer.txt b/npc/merchants/ammo_dealer.txt index e90d05327..c778542d0 100644 --- a/npc/merchants/ammo_dealer.txt +++ b/npc/merchants/ammo_dealer.txt @@ -12,7 +12,7 @@ //= Converted from Aegis 10.4 //= 1.01 Removed .GATs [Lupus] //========================================================= -que_ng,187,156,3 script Bullet Merchant Tony 86,{ +que_ng,187,156,3 script Bullet Dealer Tony 86,{ if(BaseJob != Job_Gunslinger){ mes "[Tony]"; |