summaryrefslogtreecommitdiff
path: root/npc/soren-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-05 20:52:54 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-05 20:52:54 -0300
commitfebdb91532701de4a9653ea2eab79961ba2ec094 (patch)
tree5495b5a2e1ae9e591b099f96472e2f20609f1e20 /npc/soren-2
parent9314ac33c4b62874e20d124a18b5d62ab47956cb (diff)
downloadserverdata-febdb91532701de4a9653ea2eab79961ba2ec094.tar.gz
serverdata-febdb91532701de4a9653ea2eab79961ba2ec094.tar.bz2
serverdata-febdb91532701de4a9653ea2eab79961ba2ec094.tar.xz
serverdata-febdb91532701de4a9653ea2eab79961ba2ec094.zip
Fix bugs at Soren Island
Diffstat (limited to 'npc/soren-2')
-rw-r--r--npc/soren-2/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt
index be4c65d7c..5fbd492e0 100644
--- a/npc/soren-2/main.txt
+++ b/npc/soren-2/main.txt
@@ -59,7 +59,7 @@ OnSanctum:
// Decide if we'll spawn or add items. Previous failures are NOT considerated.
.@odds=rand(1, 10000);
- .@amount=(rand(0, 5)/2)+1;
+ .@amount=(rand2(0, 5)/2)+1;
.@lx=24; .@ly=27;
.@ux=40; .@uy=36;