summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-15 15:09:52 +0000
committerGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-15 15:09:52 +0000
commit6c492d546fde8fd7180695891a1f1eb576758075 (patch)
tree501581387d7f27efab5dd0090151b185dc660243 /Changelog-Trunk.txt
parent760e1baa46db64db570a6f77f252834d0ce605b3 (diff)
downloadhercules-6c492d546fde8fd7180695891a1f1eb576758075.tar.gz
hercules-6c492d546fde8fd7180695891a1f1eb576758075.tar.bz2
hercules-6c492d546fde8fd7180695891a1f1eb576758075.tar.xz
hercules-6c492d546fde8fd7180695891a1f1eb576758075.zip
* Removed status point calculations (duplicate) from `pc_resetstate` function. It is now handled by `pc_need_status_point`.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14824 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 703146a66..6916fd99d 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2011/05/15
+ * Removed status point calculations (duplicate) from `pc_resetstate` function. It is now handled by `pc_need_status_point`. [Gepard]
* Merged pcdb_checkid update from renewal [14810/branches/renewal]. [Ai4rei]
2011/05/14
* Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respective state struct (from r13813, follow up to r14795). [Ai4rei]