diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:27:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:27:07 -0300 |
commit | d04276c9a0bdfc03af88e425704f402e89f791e3 (patch) | |
tree | 757f71c887e33f50b891a4480b0c7c645a2296fc /npc/magic/plantkingdom.txt | |
parent | 1c3c0ebadee6d5ef1fa0e263b4445232a4b42407 (diff) | |
download | serverdata-d04276c9a0bdfc03af88e425704f402e89f791e3.tar.gz serverdata-d04276c9a0bdfc03af88e425704f402e89f791e3.tar.bz2 serverdata-d04276c9a0bdfc03af88e425704f402e89f791e3.tar.xz serverdata-d04276c9a0bdfc03af88e425704f402e89f791e3.zip |
Typo
Diffstat (limited to 'npc/magic/plantkingdom.txt')
-rw-r--r-- | npc/magic/plantkingdom.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/plantkingdom.txt b/npc/magic/plantkingdom.txt index 0ed87b3b5..d6765fbca 100644 --- a/npc/magic/plantkingdom.txt +++ b/npc/magic/plantkingdom.txt @@ -52,7 +52,7 @@ OnCall: } // Get 3~4 mana experience point (this is NOT used by Mana Stone) - GetManaExp(@sk, rand(3,4)); + GetManaExp(@sk, rand2(3,4)); end; |