diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-03 18:35:29 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-03 18:35:29 +0000 |
commit | 10278bde11a74dcd431b873a4bba42e78ad0a959 (patch) | |
tree | 7176432033ff301c40236314e5d64c96b70eca6b /npc/other/Global_Functions.txt | |
parent | 884ebdf25a8004abb6f5b001734d507c98b4a6b2 (diff) | |
download | hercules-10278bde11a74dcd431b873a4bba42e78ad0a959.tar.gz hercules-10278bde11a74dcd431b873a4bba42e78ad0a959.tar.bz2 hercules-10278bde11a74dcd431b873a4bba42e78ad0a959.tar.xz hercules-10278bde11a74dcd431b873a4bba42e78ad0a959.zip |
Split quests from cities/einbroch.txt
+ quests/quests_einbroch.txt
Fixed some small typos
Added $talk to garbage clean-up
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7457 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/Global_Functions.txt')
-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 2ead3a1c7..17b087b38 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -65,6 +65,7 @@ function script F_ClearJobVar { function script F_ClearGarbage {
// Clear outdated global VARS
+ if($talk) set $talk,0;
if(MARIANNE) {set MISC_QUEST,MISC_QUEST | 1; set MARIANNE,0;}
set MEAT,0; set MORRISON,0;
set BUNYBND,0; set TEMPESTRA,0;
|