summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-08-28 18:01:15 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-08-28 18:01:15 +0000
commitb506fe0ff8a2039167aa7c349087af4dd03e1921 (patch)
tree36989bca6fa259815f92e1d3553b4cc97d8f8133 /ChangeLog
parentb98b6256262da9aafd9e8e1f93744db321d4d1ad (diff)
downloadmana-client-b506fe0ff8a2039167aa7c349087af4dd03e1921.tar.gz
mana-client-b506fe0ff8a2039167aa7c349087af4dd03e1921.tar.bz2
mana-client-b506fe0ff8a2039167aa7c349087af4dd03e1921.tar.xz
mana-client-b506fe0ff8a2039167aa7c349087af4dd03e1921.zip
Applied patch put together by Jaxad0127 with changes from the Aethyra project.
Improves compatibility with the newer version of eAthena and works around an initialization bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 66ed8d6d..ec86e312 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
+2008-08-28 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/game.cpp, src/net/beinghandler.cpp,
+ src/net/charserverhandler.cpp, src/net/protocol.h,
+ src/net/beinghandler.h, src/net/playerhandler.cpp, src/being.h:
+ Applied patch put together by Jaxad0127 with changes from the Aethyra
+ project. Improves compatibility with the newer version of eAthena and
+ works around an initialization bug.
+
2008-08-28 Philipp Sehmisch <tmw@crushnet.org>
- * src/net/loginhandler.cpp: Removed the usually incorrect "for 5 minutes"
- clause from the message displayed to banned users.
+ * src/net/loginhandler.cpp: Removed the usually incorrect "for 5
+ minutes" clause from the message displayed to banned users.
2008-08-27 Bjørn Lindeijer <bjorn@lindeijer.nl>