diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-08-28 18:01:15 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-08-28 18:01:15 +0000 |
commit | b506fe0ff8a2039167aa7c349087af4dd03e1921 (patch) | |
tree | 36989bca6fa259815f92e1d3553b4cc97d8f8133 /ChangeLog | |
parent | b98b6256262da9aafd9e8e1f93744db321d4d1ad (diff) | |
download | mana-b506fe0ff8a2039167aa7c349087af4dd03e1921.tar.gz mana-b506fe0ff8a2039167aa7c349087af4dd03e1921.tar.bz2 mana-b506fe0ff8a2039167aa7c349087af4dd03e1921.tar.xz mana-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-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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> |