summaryrefslogtreecommitdiff
path: root/world/map/npc/012-3/mana-seed.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/012-3/mana-seed.txt')
-rw-r--r--world/map/npc/012-3/mana-seed.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/012-3/mana-seed.txt b/world/map/npc/012-3/mana-seed.txt
index 33536c7a..057665e0 100644
--- a/world/map/npc/012-3/mana-seed.txt
+++ b/world/map/npc/012-3/mana-seed.txt
@@ -48,14 +48,14 @@
// Set up SkillUp function
set @SUP_id, SKILL_MAGIC;
set @SUP_name$, "Magic";
-
- set @manapearl_id, 5270;
- set @manapearl_exp, 500000;
- set @manapearl_lvl_for_reward, 50;
- set @manapearl_mexp_for_reward, 5404;
- // At 5404 #abizit returned always:
- // "Magic flows naturally from you, readily and with ease. Your understanding of what you can currently control at present is flawless, far beyond your requirements to cast magic at this level.";
- // So i take this as needed magic exp.
+
+ set @manapearl_id, 5270;
+ set @manapearl_exp, 50000;
+ set @manapearl_lvl_for_reward, 50;
+ set @manapearl_mexp_for_reward, 5404;
+ // At 5404 #abizit returned always:
+ // "Magic flows naturally from you, readily and with ease. Your understanding of what you can currently control at present is flawless, far beyond your requirements to cast magic at this level.";
+ // So i take this as needed magic exp.
if (@has_magic)
goto L_magic_start;