aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptedSmartAI.cpp
diff options
context:
space:
mode:
authorRat <none@none>2010-01-19 16:41:31 +0100
committerRat <none@none>2010-01-19 16:41:31 +0100
commit41bff63fe7012820e1fb9365a99a4540a0ef3cde (patch)
tree1a33e067a54a6f1f9de891a110bcc3dd84c4f8b2 /src/game/ScriptedSmartAI.cpp
parentf36438af6ad492a762e7a68dd1ae52dc5d4301a3 (diff)
*added placeholders for SmartAI
--HG-- branch : trunk
Diffstat (limited to 'src/game/ScriptedSmartAI.cpp')
-rw-r--r--src/game/ScriptedSmartAI.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game/ScriptedSmartAI.cpp b/src/game/ScriptedSmartAI.cpp
new file mode 100644
index 00000000000..c5c11d5bef9
--- /dev/null
+++ b/src/game/ScriptedSmartAI.cpp
@@ -0,0 +1,8 @@
+/* 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