diff --git a/src/server/scripts/Kalimdor/kalimdor_script_loader.cpp b/src/server/scripts/Kalimdor/kalimdor_script_loader.cpp
index a9258173e23..ba3ad272533 100644
--- a/src/server/scripts/Kalimdor/kalimdor_script_loader.cpp
+++ b/src/server/scripts/Kalimdor/kalimdor_script_loader.cpp
@@ -107,7 +107,6 @@ void AddSC_darkshore();
void AddSC_desolace();
void AddSC_durotar();
void AddSC_felwood();
-void AddSC_feralas();
void AddSC_moonglade();
void AddSC_orgrimmar();
void AddSC_silithus();
@@ -214,7 +213,6 @@ void AddKalimdorScripts()
AddSC_desolace();
AddSC_durotar();
AddSC_felwood();
- AddSC_feralas();
AddSC_moonglade();
AddSC_orgrimmar();
AddSC_silithus();
diff --git a/src/server/scripts/Kalimdor/zone_feralas.cpp b/src/server/scripts/Kalimdor/zone_feralas.cpp
deleted file mode 100644
index 255b1af4876..00000000000
--- a/src/server/scripts/Kalimdor/zone_feralas.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2008-2016 TrinityCore
- * Copyright (C) 2006-2009 ScriptDev2
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see .
- */
-
-void AddSC_feralas()
-{
-
-}