diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-07 19:21:10 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-07 19:21:10 +0000 |
commit | a4c7586b310a8be8ffd5c8acad88b5236695c1da (patch) | |
tree | 87af31a35a0b20326109725de88e60a8f25a5bbd /ChangeLog | |
parent | d213cdea38ae5dda3c1cbdc6c85a2c5fe04e9399 (diff) | |
download | manaserv-a4c7586b310a8be8ffd5c8acad88b5236695c1da.tar.gz manaserv-a4c7586b310a8be8ffd5c8acad88b5236695c1da.tar.bz2 manaserv-a4c7586b310a8be8ffd5c8acad88b5236695c1da.tar.xz manaserv-a4c7586b310a8be8ffd5c8acad88b5236695c1da.zip |
Fixed teleportation hack caused by caching of pathfinder results.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ src/game-server/accountconnection.cpp, src/game-server/gamehandler.cpp: Changed singleton managers from classes to namespace interfaces. Removed global pointers. Moved private members to implementation files. + * src/game-server/state.cpp, src/game-server/being.cpp, + src/game-server/movingobject.cpp, src/game-server/movingobject.hpp: + Fixed teleportation hack caused by caching of pathfinder results. 2007-07-03 Guillaume Melquiond <guillaume.melquiond@gmail.com> |