summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-02 01:43:23 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-02 01:43:23 +0000
commita9740f772101b5ce448c8c04d4bb003fa7920db3 (patch)
tree8fbd883c950e5776394b80d4449f73231d53eb16 /Changelog-Trunk.txt
parent1a240133d1968564e84af8e8f62bc8b34ce9e337 (diff)
downloadhercules-a9740f772101b5ce448c8c04d4bb003fa7920db3.tar.gz
hercules-a9740f772101b5ce448c8c04d4bb003fa7920db3.tar.bz2
hercules-a9740f772101b5ce448c8c04d4bb003fa7920db3.tar.xz
hercules-a9740f772101b5ce448c8c04d4bb003fa7920db3.zip
- Corrected script_commands description of getequipid, it returns -1, not 0 on fail.
- Fixed the mob-id check during pet_db loading, it will also now print when a pet is not loaded due to having an invalid mob class specified. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8587 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index cc7c55d5c..0bd459045 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/09/01
+ * Corrected script_commands description of getequipid, it returns -1, not 0
+ on fail. [Skotlex]
+ * Fixed the mob-id check during pet_db loading, it will also now print when
+ a pet is not loaded due to having an invalid mob class specified. [Skotlex]
* The "delete_timer error/no such timer" report will now print the related function [Toms]
* The Clearing unused stack report will now print the related NPC [Toms]
* The duplicate npc report will now print the related file name [Toms]