summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/magic.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-07-05 16:05:43 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-07-05 16:05:43 -0700
commit9f883e9770523d3ff2b2f79129cffb523419c6b6 (patch)
tree7ded7ce962db989e6d5c9c95d95a91d4012fb965 /world/map/npc/functions/magic.txt
parent89e2ac5687d698f0843ac46612ee33b6692bbc93 (diff)
downloadserverdata-9f883e9770523d3ff2b2f79129cffb523419c6b6.tar.gz
serverdata-9f883e9770523d3ff2b2f79129cffb523419c6b6.tar.bz2
serverdata-9f883e9770523d3ff2b2f79129cffb523419c6b6.tar.xz
serverdata-9f883e9770523d3ff2b2f79129cffb523419c6b6.zip
Make fourth word of functions non-empty, to appease the current server
Diffstat (limited to 'world/map/npc/functions/magic.txt')
-rw-r--r--world/map/npc/functions/magic.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/functions/magic.txt b/world/map/npc/functions/magic.txt
index 9fcb5226..a1faea94 100644
--- a/world/map/npc/functions/magic.txt
+++ b/world/map/npc/functions/magic.txt
@@ -10,7 +10,7 @@
// ------------------------------------------------------------
// Gain initial magic skill
// ------------------------------------------------------------
-function|script|MagicGainBasic|
+function|script|MagicGainBasic|,
{
set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_DRANK_POTION;
close;
@@ -20,7 +20,7 @@ function|script|MagicGainBasic|
// ------------------------------------------------------------
// Initialise Menu for selecting a choice of things to ask about
// ------------------------------------------------------------
-function|script|MagicTalkOptionsSetup|
+function|script|MagicTalkOptionsSetup|,
{
set @QQ_ELANORE, 1;
set @QQ_MANASEED, 2;
@@ -41,7 +41,7 @@ function|script|MagicTalkOptionsSetup|
// ------------------------------------------------------------
-function|script|MagicTalkMenu|
+function|script|MagicTalkMenu|,
{
setarray @choice$, "", "", "", "", "", "", "", "", "", "";
set @choices_nr, 0;
@@ -161,7 +161,7 @@ L_Q_post_astralsoul:
// @SUP_name$ name of the skill to level up
// @SUP_xp # of experience points to award if the level up succeeds
// ------------------------------------------------------------
-function|script|SkillUp|
+function|script|SkillUp|,
{
if (getskilllv(@SUP_id) >= @SUP_lvl)
goto L_shortcut;