feat(Core/Conf): toggle XP price (#4388)
This commit is contained in:
parent
2bbfb20d6f
commit
f85cb30c99
4 changed files with 16 additions and 4 deletions
|
|
@ -1294,6 +1294,7 @@ void World::LoadConfigSettings(bool reload)
|
|||
m_int_configs[CONFIG_PVP_TOKEN_COUNT] = 1;
|
||||
|
||||
m_bool_configs[CONFIG_NO_RESET_TALENT_COST] = sConfigMgr->GetBoolDefault("NoResetTalentsCost", false);
|
||||
m_int_configs[CONFIG_TOGGLE_XP_COST] = sConfigMgr->GetIntDefault("ToggleXP.Cost", 100000);
|
||||
m_bool_configs[CONFIG_SHOW_KICK_IN_WORLD] = sConfigMgr->GetBoolDefault("ShowKickInWorld", false);
|
||||
m_bool_configs[CONFIG_SHOW_MUTE_IN_WORLD] = sConfigMgr->GetBoolDefault("ShowMuteInWorld", false);
|
||||
m_bool_configs[CONFIG_SHOW_BAN_IN_WORLD] = sConfigMgr->GetBoolDefault("ShowBanInWorld", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue