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/bindings/scripts/ScriptMgr.h

    r37 r44  
    1 /* Copyright (C) 2006 - 2008 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> 
     1/* Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 
     2 * 
     3 * Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> 
     4 * 
    25 * This program is free software licensed under GPL version 2 
    36 * Please see the included DOCS/LICENSE.TXT for more information */ 
     
    7982 
    8083#ifdef WIN32 
    81   #define MANGOS_DLL_EXPORT extern "C" __declspec(dllexport) 
     84  #define TRINITY_DLL_EXPORT extern "C" __declspec(dllexport) 
    8285#elif defined( __GNUC__ ) 
    83   #define MANGOS_DLL_EXPORT extern "C" 
     86  #define TRINITY_DLL_EXPORT extern "C" 
    8487#else 
    85   #define MANGOS_DLL_EXPORT extern "C" export 
     88  #define TRINITY_DLL_EXPORT extern "C" export 
    8689#endif 
    8790