diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/searing_gorge.cpp | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/searing_gorge.cpp b/src/server/scripts/EasternKingdoms/searing_gorge.cpp index 54689f74a82..aeb68ae4045 100644 --- a/src/server/scripts/EasternKingdoms/searing_gorge.cpp +++ b/src/server/scripts/EasternKingdoms/searing_gorge.cpp @@ -15,4 +15,23 @@ * You should have received a copy of the GNU General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. */ -
\ No newline at end of file + + /* ScriptData +SDName: Searing_Gorge +SD%Complete: +SDComment: +SDCategory: Searing Gorge +EndScriptData */ + +/* ContentData +EndContentData */ + +#include "ScriptPCH.h" + +/*###### +## +######*/ + +void AddSC_searing_gorge() +{ +} |