summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-07 12:46:50 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-07 12:46:50 -0300
commit4c9c8c07c758354a77a9ec98c2409ddeb40d98ce (patch)
treeb8d80b346b3647c389fd4c4081959d8beb27f243 /npc/functions
parent39dd5cb54599a533a5b8fbbc1cadac3f05053b49 (diff)
downloadserverdata-4c9c8c07c758354a77a9ec98c2409ddeb40d98ce.tar.gz
serverdata-4c9c8c07c758354a77a9ec98c2409ddeb40d98ce.tar.bz2
serverdata-4c9c8c07c758354a77a9ec98c2409ddeb40d98ce.tar.xz
serverdata-4c9c8c07c758354a77a9ec98c2409ddeb40d98ce.zip
Corrections & bugfixes
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/class.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt
index b1609e9bb..427e32687 100644
--- a/npc/functions/class.txt
+++ b/npc/functions/class.txt
@@ -8,7 +8,7 @@
// ClassID, ClassName, OtherClass, sk1, sk2
function script ClassMaster {
.@CLASS=getarg(0);
- .@CNAME$=getarg(1);
+ .@CNAME$=getarg(1, "bug");
.@OTHER=getarg(2);
//.name$=strnpcinfo(1);
@@ -78,7 +78,7 @@ L_Tier1Ok:
skill(.@CLASS,1,0);
mes "";
mesn;
- mesq l("Here, learn the ##BFalkon Punch##b. It is on Physical skills tab. You can drag it to the shortcut list. Use it to protect people!");
+ mesq l("Here, learn this awesome skill. It is on the skills tab. You can drag it to the shortcut list. Use it to protect people!");
close;
L_NoMagic: