This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://sourceforge.net/projects/gsoap2/files/gSOAP/gsoap_2.8.1.zip/download | |
unzip gsoap_2.8.1.zip | |
cd gsoap-2.8/ | |
./configure --prefix=/usr | |
make | |
make install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 38ea1a21f136e335f266888031afadb3d299d5ab Mon Sep 17 00:00:00 2001 | |
From: Mortos <dss_mortos@outlook.com> | |
Date: Tue, 9 Sep 2014 15:20:29 -0600 | |
Subject: [PATCH] Scripts/Commands: Added .arena commands to handle season | |
start/end and reset | |
--- | |
sql/updates/world/2014_XX_XX_XX_trinity_string.sql | 4 + | |
src/server/game/Accounts/RBAC.h | 4 + | |
src/server/game/Miscellaneous/Language.h | 6 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/> | |
* | |
* Copyright (C) 2009-2014 DSS Mortos <dss_mortos@outlook.com> | |
* | |
* This program is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU General Public License as published by the | |
* Free Software Foundation; either version 2 of the License, or (at your | |
* option) any later version. | |
* |