summaryrefslogtreecommitdiff
path: root/npc/Changelog.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-26 22:47:28 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-26 22:47:28 +0000
commitf83fd90579f5258ff145f9685499b67c5cd1fc68 (patch)
tree3160a65314e936898791cd2705d952f4241c8dc4 /npc/Changelog.txt
parent829350723346e4dda27c4eaf3395c3d36f12c409 (diff)
downloadhercules-f83fd90579f5258ff145f9685499b67c5cd1fc68.tar.gz
hercules-f83fd90579f5258ff145f9685499b67c5cd1fc68.tar.bz2
hercules-f83fd90579f5258ff145f9685499b67c5cd1fc68.tar.xz
hercules-f83fd90579f5258ff145f9685499b67c5cd1fc68.zip
* instance_npcname will now error if the NPC being looked up is not found, care of ramsey.
* delitem/2 will now send the close button when failing to find all neccecary items to delete. - Still do to, items should not be deleted as-found, and should be deleted once counted and in the event of delitem failure, nothing should be consumed. This is a design flaw in eathena, and should be fixed as soon as possible. * Implemented the Endless Tower instance. * Updated announces and dialogs in KVM. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14395 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/Changelog.txt')
-rw-r--r--npc/Changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 5ddcaac1a..abafe2a51 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,8 @@
Date Added
======
+2010/08/26
+ * Rev. 14395 Implemented the Endless Tower instance. [L0ne_W0lf]
+ * Updated announces and dialogs in KVM.
2010/08/21
* Rev. 14392 Touched up the Airship scripts. Fixed up some content based on official files. [L0ne_W0lf]
* Rev. 14391 Fixed silly copy paste errors in Tierra Gorge entrance npcs. (bugreport:4401) [L0ne_W0lf]