diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-21 10:24:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-21 10:24:08 -0300 |
commit | ad98ed3dc56a4e56ae928b3055a35b83f473abd6 (patch) | |
tree | ace444ac39f046fe16090c59d16c5f4f32b81d35 | |
parent | 2a3bd9c49e4b3c89a1b1666fc6eee1dafb7231a9 (diff) | |
download | serverdata-ad98ed3dc56a4e56ae928b3055a35b83f473abd6.tar.gz serverdata-ad98ed3dc56a4e56ae928b3055a35b83f473abd6.tar.bz2 serverdata-ad98ed3dc56a4e56ae928b3055a35b83f473abd6.tar.xz serverdata-ad98ed3dc56a4e56ae928b3055a35b83f473abd6.zip |
Hm... Transmutation should give most Mana Exp
-rw-r--r-- | npc/magic/mkpot.txt | 2 |
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: |