diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-13 20:55:09 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-13 20:55:09 +0000 |
commit | 703867fcfd5e4040c354d39b9a850789ed3de812 (patch) | |
tree | dc567fae573a52f71f8b78bbf576654de7177802 /Changelog-Trunk.txt | |
parent | 13c3b8e817abaddba678717d5428844607dbf487 (diff) | |
download | hercules-703867fcfd5e4040c354d39b9a850789ed3de812.tar.gz hercules-703867fcfd5e4040c354d39b9a850789ed3de812.tar.bz2 hercules-703867fcfd5e4040c354d39b9a850789ed3de812.tar.xz hercules-703867fcfd5e4040c354d39b9a850789ed3de812.zip |
- Pet eggs won't be deleted upon selection for hatching, but on pet data retrieval now.
- Added check to pc_readdb to printout if a certain job is missing it's experience table.
- Added Job_Wedding to db/const.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5272 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 47d519334..5abcf9927 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,10 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/13
+ * Pet eggs will now not be deleted from the inventory until they arrive
+ from the char-server. [Skotlex]
+ * pc_readdb will now print if any classes are missing their exp tables.
+ Only exception are JOB_WEDDING and JOB_XMAS. [Skotlex]
* Made the NPC_BREAK* skills attack skills again, their chance of equipment
breaking code was moved to skill_additional_effect. [Skotlex]
* Now when the exp table does not has enough data to reach the max level
|