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

[svn] * Merge Temp dev SVN with Assembla.
* Changes include:

  • Implementation of w12x's Outdoor PvP and Game Event Systems.
  • Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed).
  • All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql).
  • Improved Config cleanup.
  • And many more changes.

Original author: Seline
Date: 2008-10-14 11:57:03-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/shared/Config/dotconfpp/dotconfpp.cpp

    r2 r44  
    103103 
    104104        // Allowing \" in there causes problems with directory paths 
    105         // like "C:\MaNGOS\" 
     105        // like "C:\TrinIty\" 
    106106        //if(*line == '\\' && (*(line+1) == '"' || *(line+1) == '\'')){ 
    107107        if(*line == '\\' && (*(line+1) == '\'')) {