diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-05 05:47:23 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-05 05:47:23 +0000 |
commit | 5e6a178268895c3900b0bd40bbacadf6fbcb483f (patch) | |
tree | 27cada9938ce8d5835a29dbf30c356f07828e59b | |
parent | 4bb7df6d1bfb37cbd320ce8f7320f9fefeffa427 (diff) | |
download | hercules-5e6a178268895c3900b0bd40bbacadf6fbcb483f.tar.gz hercules-5e6a178268895c3900b0bd40bbacadf6fbcb483f.tar.bz2 hercules-5e6a178268895c3900b0bd40bbacadf6fbcb483f.tar.xz hercules-5e6a178268895c3900b0bd40bbacadf6fbcb483f.zip |
added missing return;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6972 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/other/Global_Functions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 548da4eb9..798416a66 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -58,6 +58,7 @@ function script F_ClearJobVar { set TAEK_Q,0;
set STGL_Q,0;
set SOUL_Q,0;
+ return;
}
function script F_ClearGarbage {
|