diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 19:52:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 19:52:21 -0300 |
commit | c8ff492717390973331c185693dc3939e136dbad (patch) | |
tree | 1224ed9cd25f79dc1f60cf3ece4864af28435106 /npc/soren-2/main.txt | |
parent | c8677766f0c0f7e972ced5fdae8fc9a30ded7ba4 (diff) | |
download | serverdata-c8ff492717390973331c185693dc3939e136dbad.tar.gz serverdata-c8ff492717390973331c185693dc3939e136dbad.tar.bz2 serverdata-c8ff492717390973331c185693dc3939e136dbad.tar.xz serverdata-c8ff492717390973331c185693dc3939e136dbad.zip |
Now there'll be effectively less mobs at Soren's House
Diffstat (limited to 'npc/soren-2/main.txt')
-rw-r--r-- | npc/soren-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index fd60affaa..c582a5a5b 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(1, 4)/2)+1; + .@amount=(rand(0, 4)/2)+1; .@lx=24; .@ly=27; .@ux=40; .@uy=36; |