summaryrefslogtreecommitdiff
path: root/npc/magic
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-21 10:24:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-21 10:24:08 -0300
commitad98ed3dc56a4e56ae928b3055a35b83f473abd6 (patch)
treeace444ac39f046fe16090c59d16c5f4f32b81d35 /npc/magic
parent2a3bd9c49e4b3c89a1b1666fc6eee1dafb7231a9 (diff)
downloadserverdata-ad98ed3dc56a4e56ae928b3055a35b83f473abd6.tar.gz
serverdata-ad98ed3dc56a4e56ae928b3055a35b83f473abd6.tar.bz2
serverdata-ad98ed3dc56a4e56ae928b3055a35b83f473abd6.tar.xz
serverdata-ad98ed3dc56a4e56ae928b3055a35b83f473abd6.zip
Hm... Transmutation should give most Mana Exp
Diffstat (limited to 'npc/magic')
-rw-r--r--npc/magic/mkpot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/mkpot.txt b/npc/magic/mkpot.txt
index 23fb82199..b0ad75f77 100644
--- a/npc/magic/mkpot.txt
+++ b/npc/magic/mkpot.txt
@@ -61,7 +61,7 @@ OnCall:
@mkpot_at=@mkpot_at+6;
// Get a few mana experience points (this is NOT used by Mana Stone)
- GetManaExp(TMW2_MKPOT, rand(2,4));
+ GetManaExp(TMW2_MKPOT, rand(4,6));
end;
OnInit: