summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-28 17:12:22 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-28 17:12:22 +0000
commit1bedc59cb03ac68564d55a8e4e3b184d46a7656c (patch)
treec727c0c205ee81d21fa4a248d7e72597e7dce959 /Changelog-Trunk.txt
parente4c1f576bf32e13a640670de3656765bfa966198 (diff)
downloadhercules-1bedc59cb03ac68564d55a8e4e3b184d46a7656c.tar.gz
hercules-1bedc59cb03ac68564d55a8e4e3b184d46a7656c.tar.bz2
hercules-1bedc59cb03ac68564d55a8e4e3b184d46a7656c.tar.xz
hercules-1bedc59cb03ac68564d55a8e4e3b184d46a7656c.zip
* Removed 'negative clrtype is used for skipping unauthed objects from saving' introduced in r9975, as it is no longer required/used (follow up to r12223).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14515 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 10220dd42..f1fb43779 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/11/28
+ * Removed 'negative clrtype is used for skipping unauthed objects from saving' introduced in r9975, as it is no longer required/used (follow up to r12223). [Ai4rei]
* Made the party booking search pass results as array of pointers, rather than array of indexes, which require further lookup. [Ai4rei]
* Replaced literal constants related to the party booking system with defines. [Ai4rei]
* Fixed pets derived from immobile monsters not being able to walk (bugreport:3377, since r13789). [Ai4rei]