diff options
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; } |