summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/other/Global_Functions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt
index d9af3143d..1f9261dec 100644
--- a/npc/other/Global_Functions.txt
+++ b/npc/other/Global_Functions.txt
@@ -88,5 +88,5 @@ function script Is_Sword_Class {
//-----------------------------------------------------
// returns 1 if the player is either Super Novice or Super Baby, 0 otherwise
function script Is_Super_Class {
- return ( Class==Job_Super_Baby || Class==Job_SuperNovice )
+ return ( Class==Job_Super_Baby || Class==Job_SuperNovice );
} \ No newline at end of file