summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-03 21:47:47 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-03 21:47:47 +0000
commit9aff15a57af029d3ec66fa9a038cdb4ba265ce3e (patch)
treef044ec66c090d7397703498a5aff3d13507da5ad /Changelog-Trunk.txt
parentb61a1f62f63da6ff26f8913bc58573e480ac436b (diff)
downloadhercules-9aff15a57af029d3ec66fa9a038cdb4ba265ce3e.tar.gz
hercules-9aff15a57af029d3ec66fa9a038cdb4ba265ce3e.tar.bz2
hercules-9aff15a57af029d3ec66fa9a038cdb4ba265ce3e.tar.xz
hercules-9aff15a57af029d3ec66fa9a038cdb4ba265ce3e.zip
* Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atcommand not using the bonus evolution stats for homunculus.
* Added a new script command "homshuffle" to reset the homunculus stats using NPC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11350 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index c461854ee..9380cc48f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -10,6 +10,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
- renamed some skill-related data structs (had same name as variables)
- commented out custom Venom Splasher countdown messaging code
* Bosses now can use teleport on Land Protector [Playtester]
+ - Moved the homunculus shuffle code to mercenary.c, fixing the bug in the
+ atcommand not using the bonus evolution stats for homunculus.
+ - Adding a new script command "homshuffle" to fix homunculus using NPCs.
2007/10/01
* Fixed various trading/vending glitches [ultramage]
- fixed vending_tax not working at all (integer division in r10182)