diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-21 10:44:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-21 10:44:43 -0300 |
commit | 71d6740766cff662234b55ae63ce27460b0e0e08 (patch) | |
tree | 22481aa9bab5ae40a31db420de81d6066235933f /npc/magic | |
parent | 57580797aee7ae64e83d0a694007d96c561031cf (diff) | |
download | serverdata-71d6740766cff662234b55ae63ce27460b0e0e08.tar.gz serverdata-71d6740766cff662234b55ae63ce27460b0e0e08.tar.bz2 serverdata-71d6740766cff662234b55ae63ce27460b0e0e08.tar.xz serverdata-71d6740766cff662234b55ae63ce27460b0e0e08.zip |
Peetu NPC, continue storyline dialog writing, give more mana exp at #mkpot
Diffstat (limited to 'npc/magic')
-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 b0ad75f77..576de7ebc 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(4,6)); + GetManaExp(TMW2_MKPOT, rand(4,11)); end; OnInit: |