diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-03 18:37:06 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-03 18:37:06 +0000 |
commit | 695aa3dbc9810b7ad25f2eb4e1c3eb92ba6926f3 (patch) | |
tree | 31d7c668933b3a1366502b7e8aac66bd9c634b02 | |
parent | 10278bde11a74dcd431b873a4bba42e78ad0a959 (diff) | |
download | hercules-695aa3dbc9810b7ad25f2eb4e1c3eb92ba6926f3.tar.gz hercules-695aa3dbc9810b7ad25f2eb4e1c3eb92ba6926f3.tar.bz2 hercules-695aa3dbc9810b7ad25f2eb4e1c3eb92ba6926f3.tar.xz hercules-695aa3dbc9810b7ad25f2eb4e1c3eb92ba6926f3.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7458 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/other/Global_Functions.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 17b087b38..451f937bf 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -3,11 +3,11 @@ //===== By: ==================================================
//= Lupus, kobra_k88
//===== Current Version: =====================================
-//= 2.0
+//= 2.01
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
-//= <Description>
+//= <Description>
//===== Additional Comments: =================================
//= Added F_ClearJobVar - on getting a new job it clears all Job Quest variables
//= Removed individual job check functions as they were redundant [kobra_k88]
@@ -22,6 +22,7 @@ //= 1.9 Added "F_ClearGarbage" func that clears outdated, wasted variables [Lupus]
//= 1.91 Added "F_SaveQuestSkills","F_Load?Skills" functions [Lupus]
//= 2.0 Fixed F_Save/LoadQuestSkills functions. Had to split in into 2 vars [Lupus]
+//= 2.01 Added $talk to F_ClearGarbage [Evera]
//============================================================
|