aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-01-12 19:35:11 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2013-01-12 19:35:32 +0100
commitbf7f58365f5a2b2be24f27b328a66049cb03348e (patch)
treec1edca7c9618f9431b27592266b21d591feba736 /src/server/scripts/EasternKingdoms
parent9d1e5a013eb5be9020b1fc9d92e736067576b749 (diff)
Scripts/Misc: Some cleanups
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
-rw-r--r--src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp b/src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp
index c43c1e18811..0da31fbe428 100644
--- a/src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp
+++ b/src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp
@@ -15,13 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* ScriptData
-Name: Instance_Scholomance
-%Complete: 100
-Comment:
-Category: Scholomance
-EndScriptData */
-
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "Player.h"
@@ -119,31 +112,22 @@ class instance_scholomance : public InstanceMapScript
{
case GO_GATE_KIRTONOS:
return GateKirtonosGUID;
- break;
case GO_GATE_GANDLING:
return GateGandlingGUID;
- break;
case GO_GATE_MALICIA:
return GateMiliciaGUID;
- break;
case GO_GATE_THEOLEN:
return GateTheolenGUID;
- break;
case GO_GATE_POLKELT:
return GatePolkeltGUID;
- break;
case GO_GATE_RAVENIAN:
return GateRavenianGUID;
- break;
case GO_GATE_BAROV:
return GateBarovGUID;
- break;
case GO_GATE_ILLUCIA:
return GateIlluciaGUID;
- break;
case GO_BRAZIER_OF_THE_HERALD:
return BrazierOfTheHeraldGUID;
- break;
default:
break;
}