summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-16 02:40:00 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-16 02:40:00 -0300
commit9100060b83e0958fc6c82b7b057318d863a46c1f (patch)
treefcca8961cdd80ca2d531979eabf32b5a793fed4c /npc/functions/hub.txt
parent9a873fc49d5f4ca5f5621690dc098d75c5a47a6a (diff)
downloadserverdata-9100060b83e0958fc6c82b7b057318d863a46c1f.tar.gz
serverdata-9100060b83e0958fc6c82b7b057318d863a46c1f.tar.bz2
serverdata-9100060b83e0958fc6c82b7b057318d863a46c1f.tar.xz
serverdata-9100060b83e0958fc6c82b7b057318d863a46c1f.zip
Comment what is not yet ready
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 77d814128..4e7424e8d 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -304,6 +304,7 @@ function script HUB_SkillInvoke {
.@dmg=AdjustSpellpower(300);
harm(@skillTarget, .@dmg, HARM_MAGI, Ele_Holy);
break;
+ /*
// Brawling Class
case TMW2_BRAWLING:
// 75x3 = 225
@@ -330,6 +331,7 @@ function script HUB_SkillInvoke {
harm(@skillTarget, AdjustAttackpower(45), HARM_PHYS, Ele_Shadow);
harm(@skillTarget, AdjustAttackpower(45), HARM_PHYS, Ele_Ghost);
break;
+ */
// CLASS_OTHER
case TMW2_PARUM:
SK_parum();