diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-24 19:29:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-24 19:29:25 +0000 |
commit | 1d2cd17fbfac7aa5d54b74e6eacb6c06f2f9c40b (patch) | |
tree | efb2e4174a087f1e8838ca09fd5ee1467b244629 /Changelog-Trunk.txt | |
parent | 7d383782ee118f1fc9837a6425b9431f031d0aa8 (diff) | |
download | hercules-1d2cd17fbfac7aa5d54b74e6eacb6c06f2f9c40b.tar.gz hercules-1d2cd17fbfac7aa5d54b74e6eacb6c06f2f9c40b.tar.bz2 hercules-1d2cd17fbfac7aa5d54b74e6eacb6c06f2f9c40b.tar.xz hercules-1d2cd17fbfac7aa5d54b74e6eacb6c06f2f9c40b.zip |
- Some cleaning around the return to egg code. Pets should stop duplicating now.
- Some cleaning of the egg hatching routine to prevent spawning the pet if the egg can't be found in the inventory.
- Removed some autoadded data/ strings in grfio.c module to see if it helps with the data_dir configuration.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5736 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 15c3ac0e9..fb11eeb41 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,12 @@ 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/03/24
+ * Some cleaning around the return to egg code. Pets should stop duplicating + now. [Skotlex] + * Some cleaning of the egg hatching routine to prevent spawning the pet if + the egg can't be found in the inventory. [Skotlex] + * Removed a pair of autoadded "data/" strings on grfio.c to see if that
+ helps with the data_dir map loading. [Skotlex]
* Fixed skillidx not being set whenever a mob uses a skill. This explains
skills like metamorphosis/summon_slaves not working at all. [Skotlex]
* Fixed unit_skillcastcancel reading the nocastcancel flags the exact
|