summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-06 15:20:21 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-06 15:20:21 +0000
commitbb6e436ff569984e063866836bf4798ec02119b9 (patch)
tree94bdbf31120745432fa4121e10ebefb08b6d81e6 /db/Changelog.txt
parent6a9782bf6fc4502e11828a72a00886d4366264b4 (diff)
downloadhercules-bb6e436ff569984e063866836bf4798ec02119b9.tar.gz
hercules-bb6e436ff569984e063866836bf4798ec02119b9.tar.bz2
hercules-bb6e436ff569984e063866836bf4798ec02119b9.tar.xz
hercules-bb6e436ff569984e063866836bf4798ec02119b9.zip
* item_db scripts cleanup (use of if{})
* Changed Doppelganger Card to non-stackable git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6508 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 66b7bce4e..63306c852 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -26,6 +26,12 @@
-----
=========================
+
+05/06
+ * Replaced every "if(!cond) end; cmd1; cmd2;" with "if(cond) { cmd1; cmd2; }"
+ in item scripts, reads better for the eyes and for PHP scripts [DracoRPG]
+ * Changed Doppelganger Card's attack delay reduction bonus to non-stackable
+ (bAspdRate instead of bAspdAddRate) as every other such bonus is [DracoRPG]
05/05
* Hammer fall's stun duration is now 1+lv seconds. [Skotlex]
* Removed drops from Bio Lab mobs than are not in X.2 [Playtester]