diff options
| author | megamage <none@none> | 2009-01-03 11:02:57 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-03 11:02:57 -0600 |
| commit | a1a52b710c6563105d1c24112b1fa2699f3fbdfe (patch) | |
| tree | bc80f1e7195ea2d8bc35c576048e1ee81856f78b /src/shared | |
| parent | b70c57bbd6b69f5dacfc3c5355d8b61ab5762646 (diff) | |
*Mangos [7014] Fixed setting initial value of achievement criteria counter, broken after 21df99d7. With that bug players had to complete an achievement criteria n+1 times. By arrai.
--HG--
branch : trunk
Diffstat (limited to 'src/shared')
| -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 4755816010e..087432dda3d 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 "7013" + #define REVISION_NR "7014" #endif // __REVISION_NR_H__ |
