summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-17 12:59:41 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-17 12:59:41 +0000
commitb4222488bbe68eb2533e033dd8b14e61fc830ef1 (patch)
treed9273ce71795169581757cb71c9c1c8064507914 /npc
parent8dfa02d2d5b0a64e8c393758377309f90facd553 (diff)
downloadhercules-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
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
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.