summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-13 14:49:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-13 14:49:16 +0000
commit5b1bc8778474458ee6993d9d124b13e4cf5af3dc (patch)
treec4d1d1205b5ef9ae35bb28f8e4b1041d76ac22ce /Changelog-Trunk.txt
parentb6741a82e54a01f417b52267ddadb205f08ac3f5 (diff)
downloadhercules-5b1bc8778474458ee6993d9d124b13e4cf5af3dc.tar.gz
hercules-5b1bc8778474458ee6993d9d124b13e4cf5af3dc.tar.bz2
hercules-5b1bc8778474458ee6993d9d124b13e4cf5af3dc.tar.xz
hercules-5b1bc8778474458ee6993d9d124b13e4cf5af3dc.zip
- Corrected char-server parameters so that the subnet config file is the third parameter, not the second (which was conflicting with inter_athena.conf's argument), thanks to foobar.
- Fixed TK and Soul Linker's position of their job entry in exp2.txt, thanks to Coltaro. - Fixed NPC_GRANDDARKNESS targetting the enemy instead of yourself in mob_skill_db. - Fixed Grandcross's hit and range entries in the skill_db (it had hit 5? that wasn't even a valid value from the description) - PR_BENEDICTIO now ignores mdef - Removed the status_isdead checks from status_check_skilluse, they are now done only on the skill_castend_* functions. - Fixed NPC_SELFDESTRUCTION not doing the correct damage to oneself. - Fixed chatlog's x/y column capacity. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5584 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 929d7533f..8e23a560a 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,7 +4,12 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
-
+2006/03/13
+ * Corrected char-server parameters so that the subnet config file is the
+ third parameter, not the second (which was conflicting with
+ inter_athena.conf's argument), thanks to foobar. [Skotlex]
+ * PR_BENEDICTIO now ignores mdef [Skotlex]
+ * Fixed chatlog's x/y column capacity in sql-files/logs.sql [Skotlex]
2006/03/12
* Updated clone skill copy to consider combo-skills. [Skotlex]
* no_spawn_on_player won't work on mobs with no respawn delays now. [Skotlex]