summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-05 07:04:22 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-05 07:04:22 +0000
commit8e87d2d3248835de4a3677fa16c8abf31e36e570 (patch)
tree06e7f070863e2eeab7b3af9d434a3632045d454c /Changelog.txt
parentdc28241d3c6716fed00b78d9a6977f89c4644178 (diff)
downloadhercules-8e87d2d3248835de4a3677fa16c8abf31e36e570.tar.gz
hercules-8e87d2d3248835de4a3677fa16c8abf31e36e570.tar.bz2
hercules-8e87d2d3248835de4a3677fa16c8abf31e36e570.tar.xz
hercules-8e87d2d3248835de4a3677fa16c8abf31e36e570.zip
* Fixed skill_require_db reading somehow getting corrupted if weapons usable for the skill is more than 20
* Fixed @killmonster crashing the server with summoned monsters git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@908 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index cf884e282..070276a29 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,8 +1,17 @@
Date Added
+01/05
+ * Fixed skill_require_db reading somehow getting corrupted if weapons usable
+ for the skill is more than 20, thus causing the skills to fail everytime
+ [celest]
+ * Fixed @killmonster crashing the server with summoned monsters, thanks to
+ Alex14 [celest]
+ * Added double_connection_system to battle_athena (not completed yet) [celest]
+
01/04
* Fixed GM Command Logging (Not sure why TXT logging still isn't working properly :( ) [Codemaster] [SVN 907]
* Fixed one of Lupus' additions to the item_db [Codemaster] [SVN 907]
* Fixed Seismic Weapon Skill (it 100% didn't break target's weapon at 4 level of the skill) [Lupus]
+
01/02
* Re-fixed map-server crashing if an empty line is in skill_castnodex.txt,
thanks to Alex14 for pointing it out (SVN 899) [celest]