diff options
-rw-r--r-- | npc/007-1/pylon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt index c5d32e54e..3d9236cf2 100644 --- a/npc/007-1/pylon.txt +++ b/npc/007-1/pylon.txt @@ -88,7 +88,7 @@ L_MenuOre: L_OreOk: // Amount iron ore - .@amo=rand(1,2); + .@amo=rand2(1,2); delitem IronOre, 1; Zeny = Zeny - 100; @@ -109,7 +109,7 @@ L_Powder: .@pw=DiamondPowder+@menu-2; // Amount - .@am=rand(1,3); + .@am=rand2(1,3); delitem .@id, 1; Zeny = Zeny - 100; |