From 72131e08166ade4883ed5be548060030f7fe1ba6 Mon Sep 17 00:00:00 2001 From: celest Date: Thu, 7 Apr 2005 03:24:57 +0000 Subject: Typo ^^; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1424 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/Global_Functions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/other/Global_Functions.txt') 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 -- cgit v1.2.3-60-g2f50