diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-15 23:14:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-15 23:14:55 +0000 |
commit | 857da3729e76c8d92eb58f63b29f0aec74b44712 (patch) | |
tree | 6ba6f21a86dafc27e71d2655bf54ad6ea4c16658 /Changelog.txt | |
parent | c3ff8eceecee1046d6472d8c28800c677dec359d (diff) | |
download | hercules-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.txt | 7 |
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] |