diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-17 12:59:41 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-17 12:59:41 +0000 |
commit | b4222488bbe68eb2533e033dd8b14e61fc830ef1 (patch) | |
tree | d9273ce71795169581757cb71c9c1c8064507914 | |
parent | 8dfa02d2d5b0a64e8c393758377309f90facd553 (diff) | |
download | hercules-b4222488bbe68eb2533e033dd8b14e61fc830ef1.tar.gz hercules-b4222488bbe68eb2533e033dd8b14e61fc830ef1.tar.bz2 hercules-b4222488bbe68eb2533e033dd8b14e61fc830ef1.tar.xz hercules-b4222488bbe68eb2533e033dd8b14e61fc830ef1.zip |
fixed temp vars-> perm vars
and fixed 1 bug...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@230 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 34611923e..a84a001ba 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,6 +35,8 @@ Other Ppl Date Added ====== +11/17 + * Fixed valkyrie.txt (wrong condition check, temp var->perm vars) but it still has no exit for common players [Lupus] 11/16 * - grandpa_pharmacist.txt: Added subfunction for potion making as well as zeny/input exploit safeguards. Used Lupus's "loopless" technique. |