summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-15 23:14:55 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-15 23:14:55 +0000
commit857da3729e76c8d92eb58f63b29f0aec74b44712 (patch)
tree6ba6f21a86dafc27e71d2655bf54ad6ea4c16658 /Changelog.txt
parentc3ff8eceecee1046d6472d8c28800c677dec359d (diff)
downloadhercules-857da3729e76c8d92eb58f63b29f0aec74b44712.tar.gz
hercules-857da3729e76c8d92eb58f63b29f0aec74b44712.tar.bz2
hercules-857da3729e76c8d92eb58f63b29f0aec74b44712.tar.xz
hercules-857da3729e76c8d92eb58f63b29f0aec74b44712.zip
Fixed 2 bugs in DELITEM script command. [Lupus]
- added deleting priority: If you have some items with the same ID and want to delete some of them, then at first it'll delete common items then, if necessary, delete the rest items but upgraded/named/with cards. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@200 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 9bb5eb441..bfa34f45a 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,4 +1,11 @@
Date Added
+11/16
+ * Fixed 2 bugs in DELITEM script command. [Lupus]
+ - added deleting priority: If you have some items with the same ID and want to delete some of them, then
+ at first it'll delete common items then, if necessary, delete the rest items but upgraded/named/with cards. [Lupus]
+
+Added GM Command Logs & Added TXT Logs + TXT Log Options [Codemaster]
+
11/15
* Added GM Command Logs & Added TXT Logs + TXT Log Options [Codemaster]
* Added spawning of monsters at specific level by adding ,# after the spawn name. [Valaris]