[2] | 1 | /* |
---|
[44] | 2 | /* Copyright (C) 2008 Trinity <http://www.trinitycore.org/> |
---|
[2] | 3 | * |
---|
[44] | 4 | * Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> |
---|
| 5 | * |
---|
| 6 | * |
---|
[2] | 7 | * This program is free software; you can redistribute it and/or modify |
---|
| 8 | * it under the terms of the GNU General Public License as published by |
---|
| 9 | * the Free Software Foundation; either version 2 of the License, or |
---|
| 10 | * (at your option) any later version. |
---|
| 11 | * |
---|
| 12 | * This program is distributed in the hope that it will be useful, |
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
[44] | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
[2] | 15 | * GNU General Public License for more details. |
---|
| 16 | * |
---|
| 17 | * You should have received a copy of the GNU General Public License |
---|
| 18 | * along with this program; if not, write to the Free Software |
---|
[44] | 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
[2] | 20 | */ |
---|
| 21 | |
---|
| 22 | // THIS FILE IS DEPRECATED |
---|
| 23 | |
---|
[44] | 24 | #ifndef TRINITY_SYSTEMCONFIG_H |
---|
| 25 | #define TRINITY_SYSTEMCONFIG_H |
---|
[2] | 26 | |
---|
| 27 | #include "Platform/Define.h" |
---|
| 28 | |
---|
| 29 | // THIS IS TEMP :) |
---|
| 30 | #define _FULLVERSION "Trinity" |
---|
| 31 | |
---|
| 32 | #define DEFAULT_PLAYER_LIMIT 100 |
---|
| 33 | #define DEFAULT_WORLDSERVER_PORT 8085 //8129 |
---|
| 34 | #define DEFAULT_REALMSERVER_PORT 3724 |
---|
| 35 | #define DEFAULT_SOCKET_SELECT_TIME 10000 |
---|
| 36 | #endif |
---|