diff options
author | Wushin <pasekei@gmail.com> | 2015-04-30 01:13:05 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-30 01:13:05 -0500 |
commit | e690bdd30e3e4bc7ddabbb24a362d8f698f291e0 (patch) | |
tree | 220aa71fc82b72652f44c298cc77387fdb9eb426 /world/map/npc/001-2/heathin.txt | |
parent | 49b17a120e1b9ae26ef3039219051745ff46e913 (diff) | |
parent | 6df037322b925220dd503746692200b9aff5d2d4 (diff) | |
download | serverdata-e690bdd30e3e4bc7ddabbb24a362d8f698f291e0.tar.gz serverdata-e690bdd30e3e4bc7ddabbb24a362d8f698f291e0.tar.bz2 serverdata-e690bdd30e3e4bc7ddabbb24a362d8f698f291e0.tar.xz serverdata-e690bdd30e3e4bc7ddabbb24a362d8f698f291e0.zip |
Merge pull request #332 from mekolat/getparam
remove deprecated readparam & statusup2
Diffstat (limited to 'world/map/npc/001-2/heathin.txt')
-rw-r--r-- | world/map/npc/001-2/heathin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-2/heathin.txt b/world/map/npc/001-2/heathin.txt index 2aa5f26c..05044812 100644 --- a/world/map/npc/001-2/heathin.txt +++ b/world/map/npc/001-2/heathin.txt @@ -312,7 +312,7 @@ L_Arrows_Trade_Yes: delitem "Coal", @TARROW_REQ_COAL; delitem "TerraniteOre", @TARROW_REQ_TERRA_ORE; set Zeny, Zeny - @TARROW_REQ_GP; - set @lucky, 5 * rand(readparam(bLuk)); + set @lucky, 5 * rand(Luk); set @lucky$, ""; getitem "TerraniteArrow", 1000 + @lucky; mes "[Heathin]"; |