Changeset 41 for trunk/src/game/World.cpp
- Timestamp:
- 11/19/08 13:27:02 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/World.cpp
r39 r41 607 607 uint32 val = sConfig.GetIntDefault("MaxPlayerLevel", 60); 608 608 if(val!=m_configs[CONFIG_MAX_PLAYER_LEVEL]) 609 sLog.outError("MaxPlayerLevel option can't be changed at mangosd.confreload, using current value (%u).",m_configs[CONFIG_MAX_PLAYER_LEVEL]);609 sLog.outError("MaxPlayerLevel option can't be changed at config reload, using current value (%u).",m_configs[CONFIG_MAX_PLAYER_LEVEL]); 610 610 } 611 611 else … … 2507 2507 } 2508 2508 // print the console message here so it looks right 2509 p_zprintf("T rinity Core> ");2509 p_zprintf("TC> "); 2510 2510 } 2511 2511