summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-03-13 13:14:24 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-03-13 13:14:24 +0000
commit4736ec595c1ed46f8b076f89bc31660ae21e9231 (patch)
tree5c337bb372d40fb94594f57ac975d85ade98104f /ChangeLog
parentf8d2860462c0b22cfc53c3b5c5aa271150f158cd (diff)
downloadmanaserv-4736ec595c1ed46f8b076f89bc31660ae21e9231.tar.gz
manaserv-4736ec595c1ed46f8b076f89bc31660ae21e9231.tar.bz2
manaserv-4736ec595c1ed46f8b076f89bc31660ae21e9231.tar.xz
manaserv-4736ec595c1ed46f8b076f89bc31660ae21e9231.zip
Sending destination of beings when the client comes on-screen to fix a bug which showed moving monsters as standing in this situation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7c1737c..0cdcb751 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
pathblocking. Monsters are blocked by player characters and
other monsters, player characters only by monsters.
* src/game-server/being.cpp: Omitted some superficial hit point updates.
+ * src/game-server/state.cpp: Sending destination of beings when the
+ client comes on-screen to fix a bug which showed moving monsters as
+ standing in this situation.
2008-03-09 Philipp Sehmisch <tmw@crushnet.org>