diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-20 05:43:48 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-20 05:43:48 +0000 |
commit | 36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988 (patch) | |
tree | 2f7c6bbdb283b98e36dca3e8344f861fc8f21a1f /npc/Changelog.txt | |
parent | 79ea710ca5facb2c20fae16d6107dfa16a0f22bc (diff) | |
download | hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.gz hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.bz2 hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.xz hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.zip |
fixed typos, added missing NEXT;, optimized Niflheim. Clear nif vars garbage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8819 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/Changelog.txt')
-rw-r--r-- | npc/Changelog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 54b23e8a0..1ccfb0155 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -32,6 +32,12 @@ Playtester Date Added
======
+09/20
+ * Final optimization of Niflheim quests [Lupus]
+ - Book of Devil Quest uses bit-wise var MISC_QUEST | 256. Removed extra vars
+ - Piano Quest uses 1 bit-wise temp var instead of 5.
+ - Clear Niflheim garbage vars in Global_Functions.txt
+ - Added few missing NEXT; into job quests, thanks to $ephiroth
09/19
* Fixed rpsroulette.txt, giving 10 blue potions as prize instead of the 20 it said. Also fixed
a missing variable in sphinx_mask.txt. Noticed by JTE and fixed by Warian [erKURITA]
|