aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-08-08 05:36:51 +0200
committerXTZGZoReX <none@none>2010-08-08 05:36:51 +0200
commit87965e764e9cc3063652c4efd570e4e7804674e1 (patch)
treefd9792c1fd7f4163dede09b321f405e87798b3f0
parent9083271a2f29326ae91a3239b972ca63513169f6 (diff)
* Remove empty ScriptedSmartAI files.
--HG-- branch : trunk
-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