summaryrefslogtreecommitdiff
path: root/npc/002-1/elanore.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-1/elanore.txt')
-rw-r--r--npc/002-1/elanore.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/npc/002-1/elanore.txt b/npc/002-1/elanore.txt
index 67018a3f..cc9ce146 100644
--- a/npc/002-1/elanore.txt
+++ b/npc/002-1/elanore.txt
@@ -1,16 +1,4 @@
-function script elanore_decrease_exp {
- .@heal_exp = getq2(MagicQuest_Healing);
-
- if (.@heal_exp < 8)
- .@heal_exp = 0;
- else
- .@heal_exp -= 8;
-
- setq2(MagicQuest_Healing, .@heal_exp);
- return;
-}
-
002-1,75,62,0 script Elanore#_M NPC108,{
@has_magic = getskilllv(SKILL_MAGIC);