summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-31 07:55:58 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-31 07:55:58 +0000
commit28b5e759f5e55f9b9ba508403dce2d02b98c154b (patch)
tree0a23176f0d5c97e45f43416b6e8c11e8a0f23365 /Changelog-Trunk.txt
parent57867e8e384ed5b6921b71d8aa7a594d18bc889e (diff)
downloadhercules-28b5e759f5e55f9b9ba508403dce2d02b98c154b.tar.gz
hercules-28b5e759f5e55f9b9ba508403dce2d02b98c154b.tar.bz2
hercules-28b5e759f5e55f9b9ba508403dce2d02b98c154b.tar.xz
hercules-28b5e759f5e55f9b9ba508403dce2d02b98c154b.zip
* [Fixed]:
- nullpo in pet.c caused by equipping without checking if the pet is available. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6882 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 508c3686b..625e74cf1 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/05/31
* [Fixed]:
+ - nullpo in pet.c caused by equipping without checking if the pet is available.
+ [Lance]
+ * [Fixed]:
- Latest client support completed! [Lance]
* [Fixed]:
- Missing #include for cbasetypes.h in login server SQL.