diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-23 11:13:49 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-23 11:13:49 +0000 |
commit | 9de2906e31ec3311939acf5d311bca50ab44d59e (patch) | |
tree | 7d24187795d0cf52c30d0330e3a71da7dbe5618d /Changelog-Trunk.txt | |
parent | 35467de0fb6dc06a402315ea478495d74080e3c5 (diff) | |
download | hercules-9de2906e31ec3311939acf5d311bca50ab44d59e.tar.gz hercules-9de2906e31ec3311939acf5d311bca50ab44d59e.tar.bz2 hercules-9de2906e31ec3311939acf5d311bca50ab44d59e.tar.xz hercules-9de2906e31ec3311939acf5d311bca50ab44d59e.zip |
* Various small cleanups.
- Fixed truncation warnings in @statuspoint, @skillpoint and @str/@agi/@vit/@int/@dex/@luk (since r14436).
- Fixed data type inconsistency in @statuspoint and @skillpoint (since r5762, related r13541).
- Silenced truncation warnings in CR_ACIDDEMONSTRATION damage calculation and cardfix application (since r13700).
- Reformatted unit_blown to make it look cleaner (follow up to r14492).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14493 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 84fd9c869..c2619d632 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ Date Added 2010/11/23 * Added script command pushpc, which is required by newer scripts. [Ai4rei] - Moved knockback-part of skill_blown into unit_blown, to allow unconditional knockback required by pushpc without copy-pasting code. + * Various small cleanups. [Ai4rei] + - Fixed truncation warnings in @statuspoint, @skillpoint and @str/@agi/@vit/@int/@dex/@luk (since r14436). + - Fixed data type inconsistency in @statuspoint and @skillpoint (since r5762, related r13541). + - Silenced truncation warnings in CR_ACIDDEMONSTRATION damage calculation and cardfix application (since r13700). + - Reformatted unit_blown to make it look cleaner (follow up to r14492). 2010/11/22 * mail_deliveryfail no longer attempts to log (since r12910) and give items (since r11855), when there is no item attached to the mail (bugreport:3239). [Ai4rei] * Fixed a crash when shutting down char-server (TXT only), after it failed to load storage save data (since r1275). [Ai4rei] |