summaryrefslogtreecommitdiff
path: root/npc/other/Global_Functions.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-07 03:24:57 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-07 03:24:57 +0000
commit72131e08166ade4883ed5be548060030f7fe1ba6 (patch)
tree810546b073fec216bf2e485353e6f2cd28723dd0 /npc/other/Global_Functions.txt
parentf47fde1d124a187e0bdd424c19b2de9686240166 (diff)
downloadhercules-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
Diffstat (limited to 'npc/other/Global_Functions.txt')
-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