summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/magic.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/npc/functions/magic.txt b/npc/functions/magic.txt
index 9cce48c2..eab4b60a 100644
--- a/npc/functions/magic.txt
+++ b/npc/functions/magic.txt
@@ -13,7 +13,3 @@ function script MagicGainBasic {
close;
}
-
-function script MagicGainExp {
- set MAGIC_EXP, MAGIC_EXP + (@value * @value);
-}