diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 15:34:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 15:34:18 +0000 |
commit | 8bb15a3eb1653dad66aec5205163a2a4bfa2f149 (patch) | |
tree | 589eca20ba6d31dc41a318e8344ca62dea6e7bb6 /Changelog-Trunk.txt | |
parent | 64f4cc701fb78e585514eaa894dfd98cbbf224bf (diff) | |
download | hercules-8bb15a3eb1653dad66aec5205163a2a4bfa2f149.tar.gz hercules-8bb15a3eb1653dad66aec5205163a2a4bfa2f149.tar.bz2 hercules-8bb15a3eb1653dad66aec5205163a2a4bfa2f149.tar.xz hercules-8bb15a3eb1653dad66aec5205163a2a4bfa2f149.zip |
- Corrected Aliza card's item_db line.
- Capped clif_heal's heal field (the argument received is int, but the packet field is short, meaning that if the heal is high enough, the client would receive a negative heal amount).
- Some indentation fixes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10165 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 f6f1b156c..062f25428 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. + +2007/04/07 + * Capped clif_heal's heal field (the argument received is int, but the + packet field is short, meaning that if the heal is high enough, the client + would receive a negative heal amount). [Skotlex] 2007/04/06 * Made a crazy attempt to at least partially synchronize login&char code * Major edit to the way the servers handle ip addresses, making them obey |