aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AI/ScriptedAI/ScriptedCreature.h1
-rw-r--r--src/server/game/AI/ScriptedAI/ScriptedSmartAI.cpp8
-rw-r--r--src/server/game/AI/ScriptedAI/ScriptedSmartAI.h8
3 files changed, 0 insertions, 17 deletions
diff --git a/src/server/game/AI/ScriptedAI/ScriptedCreature.h b/src/server/game/AI/ScriptedAI/ScriptedCreature.h
index de059ec4a89..a7a30f88148 100644
--- a/src/server/game/AI/ScriptedAI/ScriptedCreature.h
+++ b/src/server/game/AI/ScriptedAI/ScriptedCreature.h
@@ -14,7 +14,6 @@
#include "InstanceData.h"
#define SCRIPT_CAST_TYPE dynamic_cast
-//#define SCRIPT_CAST_TYPE static_cast
#define CAST_PLR(a) (SCRIPT_CAST_TYPE<Player*>(a))
#define CAST_CRE(a) (SCRIPT_CAST_TYPE<Creature*>(a))
diff --git a/src/server/game/AI/ScriptedAI/ScriptedSmartAI.cpp b/src/server/game/AI/ScriptedAI/ScriptedSmartAI.cpp
deleted file mode 100644
index c5c11d5bef9..00000000000
--- a/src/server/game/AI/ScriptedAI/ScriptedSmartAI.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
- *
- * Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
- *
- * This program is free software licensed under GPL version 2
- * Please see the included DOCS/LICENSE.TXT for more information */
-
-#include "ScriptedSmartAI.h" \ No newline at end of file
diff --git a/src/server/game/AI/ScriptedAI/ScriptedSmartAI.h b/src/server/game/AI/ScriptedAI/ScriptedSmartAI.h
deleted file mode 100644
index a1e10a06bb2..00000000000
--- a/src/server/game/AI/ScriptedAI/ScriptedSmartAI.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
- *
- * Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
- *
- * This program is free software licensed under GPL version 2
- * Please see the included DOCS/LICENSE.TXT for more information */
-
-#include "Creature.h" \ No newline at end of file