[8805] fix freeze with repeatingly calls at logout + HandleMoveWorldportAckOpcode

starts in WorldSession::logout inside while(isTeleportedFar)...

through coord won't get ever valid there - it will call
itself all the time
This commit is contained in:
balrok 2009-11-01 10:20:04 -05:00
parent fb6f792cf3
commit eb94d78761
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8804"
#define REVISION_NR "8805"
#endif // __REVISION_NR_H__