* Remove empty ScriptedSmartAI files.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-08-08 05:36:51 +02:00
parent 9083271a2f
commit 87965e764e
3 changed files with 0 additions and 17 deletions

View File

@@ -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))

View File

@@ -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"

View File

@@ -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"