summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-28 12:41:26 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-28 12:41:26 +0000
commitea5bac422d3d0b257c2f6f877b9780ec20a782ed (patch)
treee0c859e040668371936cebcd228185e4bf849f04 /Changelog-Trunk.txt
parentf01431ef279c665df0f974e1975baf1f2422398a (diff)
downloadhercules-ea5bac422d3d0b257c2f6f877b9780ec20a782ed.tar.gz
hercules-ea5bac422d3d0b257c2f6f877b9780ec20a782ed.tar.bz2
hercules-ea5bac422d3d0b257c2f6f877b9780ec20a782ed.tar.xz
hercules-ea5bac422d3d0b257c2f6f877b9780ec20a782ed.zip
* Replaced literal constants related to the party booking system with defines.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14513 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index d6d27173c..9e12607c3 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/11/28
+ * Replaced literal constants related to the party booking system with defines. [Ai4rei]
* Fixed pets derived from immobile monsters not being able to walk (bugreport:3377, since r13789). [Ai4rei]
- This also fixes pets using original monster walk speed, instead of the one defined in pet db.
- Fixed pets not being able to attack (pet_attack_support and pet_damage_support) when derived from a monster, which is not able to attack.