summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-09 11:27:27 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-09 11:27:27 +0000
commitb8526ec6c37e9796c7f829a3c072b71bd21af756 (patch)
tree1301c39e936f5529842a3bdc9e895e43a9fbee93 /Changelog-Trunk.txt
parentc4f7126a6d75662c62242ec23ce76292c3f35470 (diff)
downloadhercules-b8526ec6c37e9796c7f829a3c072b71bd21af756.tar.gz
hercules-b8526ec6c37e9796c7f829a3c072b71bd21af756.tar.bz2
hercules-b8526ec6c37e9796c7f829a3c072b71bd21af756.tar.xz
hercules-b8526ec6c37e9796c7f829a3c072b71bd21af756.zip
* Fixed script command 'bpet' (Pet Incubator) displaying an empty egg list when attempting to hatch a pet while already having one out (bugreport:3313).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14702 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 9b162fa67..689133ab7 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/02/09
+ * Fixed script command 'bpet' (Pet Incubator) displaying an empty egg list when attempting to hatch a pet while already having one out (bugreport:3313). [Ai4rei]
2011/02/08
* Moved script constant manipulation code into separate functions script_get_constant / script_set_constant. [Ai4rei]
- Added protection against overwriting existing names in script constant creation code.