summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-03-09 19:57:36 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-03-09 19:57:36 +0000
commit5187bc6624b36e7e02e11299eb6cbdf4f8f21a56 (patch)
treec695ee6dcb0c2ea647f1f33f90bc2d64dad9f4bb /ChangeLog
parent13a48effdbd44a3811f9bcbb0115776ec46c3dfa (diff)
downloadmanaserv-5187bc6624b36e7e02e11299eb6cbdf4f8f21a56.tar.gz
manaserv-5187bc6624b36e7e02e11299eb6cbdf4f8f21a56.tar.bz2
manaserv-5187bc6624b36e7e02e11299eb6cbdf4f8f21a56.tar.xz
manaserv-5187bc6624b36e7e02e11299eb6cbdf4f8f21a56.zip
Sending the attack type with attack messages so that the client can visualize the different attacks monsters are using.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03a05be1..1ae0847f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-09 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/defines.h, src/game-server/being.hpp,
+ src/game-server/monster.hpp, src/game-server/state.cpp:
+ Sending the attack type with attack messages so that the client can
+ visualize the different attacks monsters are using.
+
2008-03-06 David Athay <ko2fan@gmail.com>
* src/account-server/dalstorage.cpp,