浏览代码

Typo ^^;

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1424 54d463be-8e91-2dee-dedb-b68131a5f0ec
celest 20 年之前
父节点
当前提交
05e7c68ef7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      npc/other/Global_Functions.txt

+ 1 - 1
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
 // returns 1 if the player is either Super Novice or Super Baby, 0 otherwise
 function	script	Is_Super_Class	{
 function	script	Is_Super_Class	{
-	return ( Class==Job_Super_Baby || Class==Job_SuperNovice )
+	return ( Class==Job_Super_Baby || Class==Job_SuperNovice );
 }
 }