From 0fba6e70f67e0e1970c94d15ea7ee2ad75c20e45 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Wed, 22 Feb 2012 14:06:50 -0330 Subject: scripts: Searing Gorge wasn't cleaned up properly. --- .../scripts/EasternKingdoms/searing_gorge.cpp | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'src') 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 . */ - \ 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() +{ +} -- cgit v1.2.3