diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-20 12:22:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-20 12:22:49 -0300 |
commit | 1480d28af5179edc1240882938bb618b5e632825 (patch) | |
tree | 51fe670c3b37907598a1b8909187e67747e26adf /npc/config/magic.txt | |
parent | f122c652936544b327103b3f4ca722c316a613ea (diff) | |
download | serverdata-1480d28af5179edc1240882938bb618b5e632825.tar.gz serverdata-1480d28af5179edc1240882938bb618b5e632825.tar.bz2 serverdata-1480d28af5179edc1240882938bb618b5e632825.tar.xz serverdata-1480d28af5179edc1240882938bb618b5e632825.zip |
Fix typo in SK_summon which affected magic control gain negatively
Diffstat (limited to 'npc/config/magic.txt')
-rw-r--r-- | npc/config/magic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 292378d55..fa8dbc93b 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -283,7 +283,7 @@ function script SK_summon { } // Get a single mana experience point (this is NOT used by Mana Stone) - GetManaExp(@sk, .@mex); + GetManaExp(@skillId, .@mex); return; } |