[8373] Correctly set bgInstanceID to 0 when log in into alredy ended BG.

This should fix problem that players who logged off during BG are after every
next login into game teleported to BG entry position.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-08-15 22:32:06 +02:00
parent a6503ac0a4
commit a7564128bb
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8372"
#define REVISION_NR "8373"
#endif // __REVISION_NR_H__