summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-08 16:25:50 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-08 16:25:50 +0000
commita6cbad09d5f8a7c97c1953b7696d7dc070bf0230 (patch)
treeb53a38b4fe4bfe6c7aca8c1b84c71a4c9d26fb2c /Changelog-Trunk.txt
parent490d9a982e70974d2f4e09eea4c14e1146839fbe (diff)
downloadhercules-a6cbad09d5f8a7c97c1953b7696d7dc070bf0230.tar.gz
hercules-a6cbad09d5f8a7c97c1953b7696d7dc070bf0230.tar.bz2
hercules-a6cbad09d5f8a7c97c1953b7696d7dc070bf0230.tar.xz
hercules-a6cbad09d5f8a7c97c1953b7696d7dc070bf0230.zip
* Fixed a compile error when socket send shortlists are disabled (s->eof instead of s->flag.eof) (follow up to r11930).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14779 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 50a95a444..045a7f646 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/04/08
+ * Fixed a compile error when socket send shortlists are disabled (s->eof instead of s->flag.eof) (follow up to r11930). [Ai4rei]
2011/04/07
* Fixed monster skill associated emotions were always ignored when having less than three digits ( = all ) (bugreport:4842). [Ai4rei]
* Throwing around with packet updates. [Ai4rei]