summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-20 10:24:46 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-20 10:24:46 -0300
commitb676c9500e036b0a87b81d99e20c93891f31b7fd (patch)
treea6a2daac6916fe0658bba79e00e369ff27ea7589 /npc/functions/hub.txt
parentbffb946e37b24b5ef6276ee0ab9ac6509aed0783 (diff)
downloadserverdata-b676c9500e036b0a87b81d99e20c93891f31b7fd.tar.gz
serverdata-b676c9500e036b0a87b81d99e20c93891f31b7fd.tar.bz2
serverdata-b676c9500e036b0a87b81d99e20c93891f31b7fd.tar.xz
serverdata-b676c9500e036b0a87b81d99e20c93891f31b7fd.zip
Well, @Kolchak wanted a Nilfheim skill.
Here we go; But it is not available yet (Magic Academy doesn't even have indoors.)
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 041827347..01167098e 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -281,6 +281,9 @@ function script HUB_SkillInvoke {
case TMW2_GDP_SPREGEN:
SK_spregen();
break;
+ case TMW2_NILFHEIM:
+ SK_nilfheim();
+ break;
case TMW2_PARUM:
SK_parum();
break;