diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-14 22:13:43 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-14 22:13:43 +0000 |
commit | 6bec408e8f75856b0bf17577dc1b1df4e22a5257 (patch) | |
tree | cd62cdce88cd5b1397e7123fd77190faab58194c /Changelog-Trunk.txt | |
parent | a9dd834853966a4b7421cc643c30ad9996f6b039 (diff) | |
download | hercules-6bec408e8f75856b0bf17577dc1b1df4e22a5257.tar.gz hercules-6bec408e8f75856b0bf17577dc1b1df4e22a5257.tar.bz2 hercules-6bec408e8f75856b0bf17577dc1b1df4e22a5257.tar.xz hercules-6bec408e8f75856b0bf17577dc1b1df4e22a5257.zip |
- Fixed missing mob_spawn call, which was making CR_CULTIVATION not actually spawn the plant.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12077 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c293293e5..9590d788f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2008/01/14 + * Fixed missing mob_spawn call, which was making CR_CULTIVATION not + actually spawn the plant. [Skotlex] * Client packet corrections - 0x01df is not 'gmreqnochatcount', but for requesting a player's account name via right-click menu (which currently can't be done) |