From fb2c3bfd692feb2a5e759e50b774974fa2849a8b Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 31 Oct 2007 19:22:55 +0000 Subject: Fixed reward option in Arena giving potato. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11628 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/arena/arena_room.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/other/arena') 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: -- cgit v1.2.3-70-g09d2