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

[svn] * First public release of Trinity
* Based on MaNGOS rev 6743 and SD2-685
* All new netcode based on the ACE framework (thanks Derex)
* Arenas working (thanks w12x)
* Outdoor PvP working (thanks w12x)
* World Game Events support added (thanks w12x)
* All new build system (thanks Derex and Neo2003)
* Lots of new conf options based on the ImpConfig? patch (thanks Dythzer / w12x / Seline)
* Small fix to WSG
* Lots of other small additions and fixes

Original author: runningnak3d
Date: 2008-10-14 16:17:28-05:00

Files:
1 modified

Legend:

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

    r44 r49  
    790790        m_configs[CONFIG_PLAYER_START_ARENAPTS] = 0; 
    791791 
    792     m_configs[CONFIG_GM_START_LEVEL] = sConfig.GetIntDefault("GamemasterStartLevel", 70); 
     792    m_configs[CONFIG_GM_START_LEVEL] = sConfig.GetIntDefault("GamemasterStartLevel", 1); 
    793793    if(m_configs[CONFIG_GM_START_LEVEL] < 1) 
    794794        m_configs[CONFIG_GM_START_LEVEL] = 1;