diff options
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/other/arena/arena_room.txt | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ec0b2ac1f..daffb0979 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/10/31 + * Rev. 11628 Fixed reward option in Arena giving potato. [L0ne_W0lf] * Rev. 11626 Added Turbo Track point exchanger to arena. [L0ne_W0lf] * Slightly optimized the existing Arena point exchanger. * Added Izlude Battle Arena. Please test it and report any bug you find out. [SinSloth] diff --git a/npc/other/arena/arena_room.txt b/npc/other/arena/arena_room.txt index c203c0704..bfc0deb18 100644 --- a/npc/other/arena/arena_room.txt +++ b/npc/other/arena/arena_room.txt @@ -3,13 +3,14 @@ //===== By: ================================================== //= SinSloth //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= //= Izlude Battle Arena Main Room //===== Additional Comments: ================================= //= 1.0 First version. +//= 1.1 Fixed a small reward typo (was giving potato.) [L0ne_W0lf] //============================================================ arena_room,94,93,5 script Vendigos 97,{ @@ -659,7 +660,7 @@ prt_are_in,98,14,3 script Givu#arena 728,{ case 7: callfunc "Func_Are_Rew",607,1,40; case 8: callfunc "Func_Are_Rew",603,1,100; case 9: callfunc "Func_Are_Rew",617,1,300; - case 10: callfunc "Func_Are_Rew",516,1,1000; + case 10: callfunc "Func_Are_Rew",616,1,1000; } case 2: |