summaryrefslogtreecommitdiff
path: root/npc/re/quests/quests_malaya.txt
diff options
context:
space:
mode:
authorTungSinpei <TungSinpei@hotmail.com>2014-08-23 13:38:08 +0800
committerTungSinpei <TungSinpei@hotmail.com>2014-08-23 13:38:33 +0800
commit88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8 (patch)
treeaed8ae66d19ab4065675bd900e1108c590411eb4 /npc/re/quests/quests_malaya.txt
parent769b1d05aa5cfa8cddfe7d21b35d5c5e4da3bbd6 (diff)
downloadhercules-88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8.tar.gz
hercules-88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8.tar.bz2
hercules-88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8.tar.xz
hercules-88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8.zip
change rand(1) to rand(2)
Diffstat (limited to 'npc/re/quests/quests_malaya.txt')
-rw-r--r--npc/re/quests/quests_malaya.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/quests/quests_malaya.txt b/npc/re/quests/quests_malaya.txt
index 0c9eb2a82..617ccf2c7 100644
--- a/npc/re/quests/quests_malaya.txt
+++ b/npc/re/quests/quests_malaya.txt
@@ -158,7 +158,7 @@ malaya,266,76,3 script Rodel the Guard#malaya 4_MAL_SOLDIER,4,4,{
getexp 200000,200000;
erasequest 7404;
setquest 7405;
- if (rand(1))
+ if (rand(2))
$malayaNames$[1] = strcharinfo(0);
// SavePPL Jejellopy
close;
@@ -709,7 +709,7 @@ malaya,169,350,5 script Imelda#malaya 4_M_BRZ_JACI,{
// else
// getitem 6497, 1; // Lesser_Agimat
getexp 200000,200000;
- if (rand(1))
+ if (rand(2))
$malayaNames$[0] = strcharinfo(0);
close;
} else {
@@ -815,7 +815,7 @@ malaya,169,350,5 script Imelda#malaya 4_M_BRZ_JACI,{
// else
// getitem 6497, 1; // Lesser_Agimat
getexp 200000,200000;
- if (rand(1))
+ if (rand(2))
$malayaNames$[0] = strcharinfo(0);
close;
} else {