summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-09 16:18:33 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-09 16:18:33 +0000
commit97ef7dfb68da9a3abccb78add4666c648c668884 (patch)
treede7d7a1a846b29d6ab03d373b5331699138e268d /Changelog-Trunk.txt
parent3e8fdb1e9d8591db80b24999595d2c70a004dce1 (diff)
downloadhercules-97ef7dfb68da9a3abccb78add4666c648c668884.tar.gz
hercules-97ef7dfb68da9a3abccb78add4666c648c668884.tar.bz2
hercules-97ef7dfb68da9a3abccb78add4666c648c668884.tar.xz
hercules-97ef7dfb68da9a3abccb78add4666c648c668884.zip
- pc_readdb will now cap experience required per level to UINT_MAX, it will warn the exp table has exp values above said limit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5238 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 126b69236..cf377d528 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -6,6 +6,8 @@ GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALAR
2006/02/09
+ * pc_readdb will now cap experience required per level to UINT_MAX, it will
+ warn if the exp table has exp values above said limit. [Skotlex]
* Changed the default of skill_delay_attack_enable to no. [Skotlex]
* Code rewrites in mob_damage and party_exp_even_share for correctly
handling overflow issues. Now uses UINT_MAX for range comparisons, as it