summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/xmas
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-04-16 21:11:51 -0400
committermekolat <mekolat@users.noreply.github.com>2015-04-30 01:41:26 -0400
commitbf3c1c0e4add6a5d8a52b043a30775eada1cef2f (patch)
treee5b50684900e324ac12eeb16c1c38b6729b3fb86 /world/map/npc/annuals/xmas
parentdbf4de95bec3a15f3e7c636899f679c814af85a2 (diff)
downloadserverdata-bf3c1c0e4add6a5d8a52b043a30775eada1cef2f.tar.gz
serverdata-bf3c1c0e4add6a5d8a52b043a30775eada1cef2f.tar.bz2
serverdata-bf3c1c0e4add6a5d8a52b043a30775eada1cef2f.tar.xz
serverdata-bf3c1c0e4add6a5d8a52b043a30775eada1cef2f.zip
remove deprecated readparam & statusup2
Diffstat (limited to 'world/map/npc/annuals/xmas')
-rw-r--r--world/map/npc/annuals/xmas/core.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/annuals/xmas/core.txt b/world/map/npc/annuals/xmas/core.txt
index f154794d..45b4b71f 100644
--- a/world/map/npc/annuals/xmas/core.txt
+++ b/world/map/npc/annuals/xmas/core.txt
@@ -130,7 +130,7 @@ L_SetRewardBonus:
set @xmas_reward_lower_bound, 2 * @xmas_reward_tally - rand(5);
if (@xmas_reward_tally <= 5)
set @xmas_reward_lower_bound, @xmas_reward_tally;
- set @xmas_reward_upper_bound, @xmas_reward_lower_bound + ((readparam(bLuk)) / 5);
+ set @xmas_reward_upper_bound, @xmas_reward_lower_bound + ((bLuk) / 5);
set @xmas_reward, (rand(@xmas_reward_lower_bound, @xmas_reward_upper_bound));
set @xmas_reward_lower_bound, 0;
set @xmas_reward_upper_bound, 0;