diff options
author | Seline <none@none> | 2008-10-14 11:57:03 -0500 |
---|---|---|
committer | Seline <none@none> | 2008-10-14 11:57:03 -0500 |
commit | 2265aef916e3b2d63d87faa68a2b51e7d747c54c (patch) | |
tree | b05420685b7d202aade6f70a6f511adbfb79e37f /src/game/IRCConf.h | |
parent | 222cbfd4644412fb8e5aeed7c37c88797d09964a (diff) |
[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.
--HG--
branch : trunk
Diffstat (limited to 'src/game/IRCConf.h')
-rw-r--r-- | src/game/IRCConf.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/game/IRCConf.h b/src/game/IRCConf.h deleted file mode 100644 index 9fa646d79d5..00000000000 --- a/src/game/IRCConf.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef MC_CONFIG_H
-#define MC_CONFIG_H
-
-#include "../framework/Platform/CompilerDefs.h"
-
-// Format is YYYYMMDDRR where RR is the change in the conf file
-// for that day.
-#define MANGCHAT_CONF_VERSION 2008011901
-
-#if PLATFORM == PLATFORM_WINDOWS
- #define _MANGCHAT_CONFIG "trinitycore.conf"
-#else
- #define _MANGCHAT_CONFIG "@sysconfdir@/trinitycore.conf"
-#endif
-
-#endif
|