server/src/shared/revision_nr.h
balrok eb94d78761 [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
2009-11-11 15:27:23 +01:00

4 lines
108 B
C

#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8805"
#endif // __REVISION_NR_H__