diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-17 16:12:17 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-17 16:12:17 +0000 |
commit | 703b573e25ea01760db63f9a09acf78b688fbf65 (patch) | |
tree | a2bc424c207db813eebbd832c0eea63687dfb2ec /npc/events/StPatrick_2008.txt | |
parent | 5edae05920a80fb3b679d61a484785691db99f0c (diff) | |
download | hercules-703b573e25ea01760db63f9a09acf78b688fbf65.tar.gz hercules-703b573e25ea01760db63f9a09acf78b688fbf65.tar.bz2 hercules-703b573e25ea01760db63f9a09acf78b688fbf65.tar.xz hercules-703b573e25ea01760db63f9a09acf78b688fbf65.zip |
Corrected small error in St. Patrick's Day event.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12387 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/StPatrick_2008.txt')
-rw-r--r-- | npc/events/StPatrick_2008.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/events/StPatrick_2008.txt b/npc/events/StPatrick_2008.txt index 7dcf378cf..156358af3 100644 --- a/npc/events/StPatrick_2008.txt +++ b/npc/events/StPatrick_2008.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -27,6 +27,7 @@ //= 1.1 Fixed checkitems for ale, fixed ale prize(gives the correct one now). [Kisuka] //= 1.2 Optimized. Uses only one variable now. [L0ne_W0lf] //= Corrected EXP rewards, and some typos. +//= 1.3 Corrected random in item fuction. [L0ne_W0lf] //============================================================ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 954,{ @@ -316,7 +317,7 @@ OnTouch: } function script F_08stpattyseventbox { - switch(rand(6)) { + switch(rand(1,6)) { case 1: getitem 7915,1; end; |