Show
Ignore:
Timestamp:
11/19/08 13:27:02 (17 years ago)
Author:
yumileroy
Message:

[svn] * Random changes/fixes...
* Some fixes to MangChat?, more coming.
* Cleaning up scripting part and preparing to merge it into the core.

Original author: XTZGZoReX
Date: 2008-10-12 17:35:16-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/World.cpp

    r39 r41  
    607607        uint32 val = sConfig.GetIntDefault("MaxPlayerLevel", 60); 
    608608        if(val!=m_configs[CONFIG_MAX_PLAYER_LEVEL]) 
    609             sLog.outError("MaxPlayerLevel option can't be changed at mangosd.conf reload, 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]); 
    610610    } 
    611611    else 
     
    25072507    } 
    25082508    // print the console message here so it looks right 
    2509     p_zprintf("Trinity Core> "); 
     2509    p_zprintf("TC> "); 
    25102510} 
    25112511