diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 19:57:36 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 19:57:36 +0000 |
commit | 5187bc6624b36e7e02e11299eb6cbdf4f8f21a56 (patch) | |
tree | c695ee6dcb0c2ea647f1f33f90bc2d64dad9f4bb /ChangeLog | |
parent | 13a48effdbd44a3811f9bcbb0115776ec46c3dfa (diff) | |
download | manaserv-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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, |