mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9932] Change AllowTwoSide.Accounts default in code also.
And update config version. Also note: it not has been propertly updated in prev. time when config version in .conf.in changed. It must be sync changed in *.conf.in and in SystemConfig.h.in
This commit is contained in:
parent
b33dabea68
commit
49751e40f9
4 changed files with 4 additions and 4 deletions
|
|
@ -541,7 +541,7 @@ void World::LoadConfigSettings(bool reload)
|
||||||
if (configNoReload(reload, CONFIG_UINT32_REALM_ZONE, "RealmZone", REALM_ZONE_DEVELOPMENT))
|
if (configNoReload(reload, CONFIG_UINT32_REALM_ZONE, "RealmZone", REALM_ZONE_DEVELOPMENT))
|
||||||
setConfig(CONFIG_UINT32_REALM_ZONE, "RealmZone", REALM_ZONE_DEVELOPMENT);
|
setConfig(CONFIG_UINT32_REALM_ZONE, "RealmZone", REALM_ZONE_DEVELOPMENT);
|
||||||
|
|
||||||
setConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_ACCOUNTS, "AllowTwoSide.Accounts", false);
|
setConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_ACCOUNTS, "AllowTwoSide.Accounts", true);
|
||||||
setConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_INTERACTION_CHAT, "AllowTwoSide.Interaction.Chat", false);
|
setConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_INTERACTION_CHAT, "AllowTwoSide.Interaction.Chat", false);
|
||||||
setConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_INTERACTION_CHANNEL, "AllowTwoSide.Interaction.Channel", false);
|
setConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_INTERACTION_CHANNEL, "AllowTwoSide.Interaction.Channel", false);
|
||||||
setConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_INTERACTION_GROUP, "AllowTwoSide.Interaction.Group", false);
|
setConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_INTERACTION_GROUP, "AllowTwoSide.Interaction.Group", false);
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#####################################
|
#####################################
|
||||||
# MaNGOS Configuration file #
|
# MaNGOS Configuration file #
|
||||||
#####################################
|
#####################################
|
||||||
ConfVersion=2010040601
|
ConfVersion=2010051901
|
||||||
|
|
||||||
###################################################################################################################
|
###################################################################################################################
|
||||||
# CONNECTIONS AND DIRECTORIES
|
# CONNECTIONS AND DIRECTORIES
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
// Format is YYYYMMDDRR where RR is the change in the conf file
|
// Format is YYYYMMDDRR where RR is the change in the conf file
|
||||||
// for that day.
|
// for that day.
|
||||||
#ifndef _MANGOSDCONFVERSION
|
#ifndef _MANGOSDCONFVERSION
|
||||||
# define _MANGOSDCONFVERSION 2008022901
|
# define _MANGOSDCONFVERSION 2010051901
|
||||||
#endif
|
#endif
|
||||||
#ifndef _REALMDCONFVERSION
|
#ifndef _REALMDCONFVERSION
|
||||||
# define _REALMDCONFVERSION 2007062001
|
# define _REALMDCONFVERSION 2007062001
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9931"
|
#define REVISION_NR "9932"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue