diff options
author | megamage <none@none> | 2009-03-09 17:07:40 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-09 17:07:40 -0600 |
commit | c708eba7131a19ea25065fd8f05b5c556c2a25e2 (patch) | |
tree | 9e9982ddbfbef5e3aec4d5c9007286f5e4205749 /src/shared/revision_nr.h | |
parent | 1f296b7d40c16e209b8cee6a64c166fef6d4b8fd (diff) |
[7415] Fixed removing player from battlegrounds Author: Triply
Probably fixed bug with not ending battlegrounds - reported in previous commit message
Fixed player will loose arena rating if
1. he doesn't click on enter rated arena window - and timer will expire
2. he logs out during time he is invited to rated arena match
3. if he logs out during fight in rated arena match
Patch is not tested, i will test it as soon as possible.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/revision_nr.h')
-rw-r--r-- | src/shared/revision_nr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3be3dea63a8..acbff8e2dd5 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7414" + #define REVISION_NR "7415" #endif // __REVISION_NR_H__ |