diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-07 03:24:57 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-07 03:24:57 +0000 |
commit | 72131e08166ade4883ed5be548060030f7fe1ba6 (patch) | |
tree | 810546b073fec216bf2e485353e6f2cd28723dd0 | |
parent | f47fde1d124a187e0bdd424c19b2de9686240166 (diff) | |
download | hercules-72131e08166ade4883ed5be548060030f7fe1ba6.tar.gz hercules-72131e08166ade4883ed5be548060030f7fe1ba6.tar.bz2 hercules-72131e08166ade4883ed5be548060030f7fe1ba6.tar.xz hercules-72131e08166ade4883ed5be548060030f7fe1ba6.zip |
Typo ^^;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1424 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/other/Global_Functions.txt | 2 |
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 |