diff options
author | XTZGZoReX <none@none> | 2008-10-12 17:35:16 -0500 |
---|---|---|
committer | XTZGZoReX <none@none> | 2008-10-12 17:35:16 -0500 |
commit | fdcf5cc4069be8584b21fe42ee90d7d6109b3c9a (patch) | |
tree | 00ccaf66482a288d57006d4323f507e61c93b616 /src/game/World.cpp | |
parent | a4ceeacb517d4da05f85ba8230253818d94b9f98 (diff) |
[svn] * Random changes/fixes...
* Some fixes to MangChat, more coming.
* Cleaning up scripting part and preparing to merge it into the core.
--HG--
branch : trunk
rename : src/bindings/scripts/README.TXT => src/bindings/scripts/README
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index e352983768e..3b92a28f630 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -606,7 +606,7 @@ void World::LoadConfigSettings(bool reload) { uint32 val = sConfig.GetIntDefault("MaxPlayerLevel", 60); if(val!=m_configs[CONFIG_MAX_PLAYER_LEVEL]) - sLog.outError("MaxPlayerLevel option can't be changed at mangosd.conf reload, using current value (%u).",m_configs[CONFIG_MAX_PLAYER_LEVEL]); + sLog.outError("MaxPlayerLevel option can't be changed at config reload, using current value (%u).",m_configs[CONFIG_MAX_PLAYER_LEVEL]); } else m_configs[CONFIG_MAX_PLAYER_LEVEL] = sConfig.GetIntDefault("MaxPlayerLevel", 60); @@ -2506,7 +2506,7 @@ void World::ProcessCliCommands() delete command; } // print the console message here so it looks right - p_zprintf("Trinity Core> "); + p_zprintf("TC> "); } void World::SendRNDBroadcast() |