diff options
author | megamage <none@none> | 2009-02-10 00:59:10 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-10 00:59:10 -0600 |
commit | fe85f521424656dedfb2fa189987be7ccb304ee7 (patch) | |
tree | 22fb88beed259416033d3cb661537ef8e69a0430 /src/shared/revision_nr.h | |
parent | 7f39dbd8481bbc629deb0726e8fad976bf6995ed (diff) |
[7252] Move all world global broadcast string (all arena/bg related) to `mangos_string`.
PLEASE, NOT USE string world broadcasts in real code. This function _only_ for debug purposes.
Really allow with .debug bg start bg with 1 player.
Added helps for some existed .debug commands.
Author: VladimirMangos
--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 a1df9c63aca..f48b6249d30 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 "7251" + #define REVISION_NR "7252" #endif // __REVISION_NR_H__ |