summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-01-18 12:18:38 -0700
committerFate <fate-tmw@googlemail.com>2009-01-18 12:18:38 -0700
commitb33e9b4508101d7097ed684c7c3316cb48a4f995 (patch)
tree5e9524afc3e778c9bef82c8f19fb4327ca71cb74 /npc
parentb6126dcef7f6f13e98b815e0d4909979b52bd29d (diff)
downloadserverdata-b33e9b4508101d7097ed684c7c3316cb48a4f995.tar.gz
serverdata-b33e9b4508101d7097ed684c7c3316cb48a4f995.tar.bz2
serverdata-b33e9b4508101d7097ed684c7c3316cb48a4f995.tar.xz
serverdata-b33e9b4508101d7097ed684c7c3316cb48a4f995.zip
Fixed use of "skill" where the more permanent "setskill" was needed
Diffstat (limited to 'npc')
-rw-r--r--npc/012-3_Cave/mana-seed.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-3_Cave/mana-seed.txt b/npc/012-3_Cave/mana-seed.txt
index 7b8c7796..e1804e19 100644
--- a/npc/012-3_Cave/mana-seed.txt
+++ b/npc/012-3_Cave/mana-seed.txt
@@ -127,7 +127,7 @@ L_magic_level_1:
mes "It is a light-headed feeling, and you find yourself forced to sit down for a few seconds to recover.";
mes "Something is different. A new power has grown within you and is waiting to be understood.";
mes "[1000 experience points]";
- skill SKILL_MAGIC, 1;
+ setskill SKILL_MAGIC, 1;
getexp 1000, 0;
next;
@@ -230,7 +230,7 @@ L_magic_levelup:
mes "[Mana Seed]";
mes "Something has changed... you feel more confident in your magical abilities.";
- skill SKILL_MAGIC, 1 + getskilllv(SKILL_MAGIC);
+ setskill SKILL_MAGIC, 1 + getskilllv(SKILL_MAGIC);
set @exp, @exp_bonus[getskilllv(SKILL_MAGIC)];
itemheal 0, 10000;
getexp @exp, 0;