summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-24 23:15:11 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-24 23:15:11 +0000
commit7247e02433c4257eec62c43e7e478c7eb3776b1d (patch)
tree59ff357c426aada2cb84b436188b692e03fb47c4 /Changelog-Trunk.txt
parente9abbffca3b9e007a14a795d481c4b720d7f590e (diff)
downloadhercules-7247e02433c4257eec62c43e7e478c7eb3776b1d.tar.gz
hercules-7247e02433c4257eec62c43e7e478c7eb3776b1d.tar.bz2
hercules-7247e02433c4257eec62c43e7e478c7eb3776b1d.tar.xz
hercules-7247e02433c4257eec62c43e7e478c7eb3776b1d.zip
* Fixed pets with player sprites causing the client to crash while looking for non-existing resources (topic:260895, follow up to r14488).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14496 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 5b17814e7..281d60e7b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2010/11/24
+ * Fixed pets with player sprites causing the client to crash while looking for non-existing resources (topic:260895, follow up to r14488). [Ai4rei]
2010/11/23
* Added script command pushpc, which is required by newer scripts. [Ai4rei]
- Moved knockback-part of skill_blown into unit_blown, to allow unconditional knockback required by pushpc without copy-pasting code.