summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-06 15:34:18 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-06 15:34:18 +0000
commit8bb15a3eb1653dad66aec5205163a2a4bfa2f149 (patch)
tree589eca20ba6d31dc41a318e8344ca62dea6e7bb6 /db/Changelog.txt
parent64f4cc701fb78e585514eaa894dfd98cbbf224bf (diff)
downloadhercules-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 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 6d22c34be..cfed7180f 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -19,6 +19,9 @@
-----
========================
+
+04/07
+ * Corrected Aliza card's item_db line. [Skotlex]
04/05
* Fixed some items that should heal percentual hp/sp [Playtester]
04/04