[10653] Implemented MSG_MOVE_KNOCK_BACK opcode

* Player's knockback movement now smooth and doesn't looks like teleporting
 * Cleanup WorldSession::HandleMovementOpcodes, separated opcode specific and generic movement handlers code
 * Handle Feign Death aura interrupting into more appropriate place
This commit is contained in:
SilverIce 2010-10-28 05:48:43 +03:00
parent 81d3368e29
commit 1871cf977f
6 changed files with 159 additions and 123 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10652"
#define REVISION_NR "10653"
#endif // __REVISION_NR_H__