summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-20 12:22:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-20 12:22:49 -0300
commit1480d28af5179edc1240882938bb618b5e632825 (patch)
tree51fe670c3b37907598a1b8909187e67747e26adf
parentf122c652936544b327103b3f4ca722c316a613ea (diff)
downloadserverdata-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
-rw-r--r--npc/config/magic.txt2
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;
}