*Add SpellCasterAI as a framework for casting only units (like ebon gargoyle or mirror image.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-08-06 23:10:36 +02:00
parent 91885a7790
commit 50c73d433c
8 changed files with 80 additions and 48 deletions

View File

@@ -542,7 +542,6 @@ Map::Add(T *obj)
//also, trigger needs to cast spell, if not update, cannot see visual
//if(obj->GetTypeId() != TYPEID_UNIT)
UpdateObjectVisibility(obj,cell,p);
AddNotifier(obj);
}