diff options
Diffstat (limited to 'npc/merchants/ammo_boxes.txt')
-rw-r--r-- | npc/merchants/ammo_boxes.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/merchants/ammo_boxes.txt b/npc/merchants/ammo_boxes.txt index 5ea85dbea..1ec561a33 100644 --- a/npc/merchants/ammo_boxes.txt +++ b/npc/merchants/ammo_boxes.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Magazine Dealer Kenny //===== By: ================================================== -//= eAthena dev team +//= rAthena dev team //===== Current Version: ===================================== //= 1.3 //===== Compatible With: ===================================== -//= eAthena SVN +//= rAthena SVN //===== Description: ========================================= //= Turns bullets into magazines/packs. //===== Additional Comments: ================================= @@ -132,4 +132,4 @@ function script Func_Casing { mes "then come back to me later."; close; } -}
\ No newline at end of file +} |