[7588] Remove redendent GO support and switch back to original suggested by Lightguard version with Unit only case

This commit is contained in:
VladimirMangos 2009-03-30 02:05:46 +04:00
parent e090283840
commit 840d7d5e0a
4 changed files with 3 additions and 7 deletions

View file

@ -120,7 +120,7 @@ struct MANGOS_DLL_DECL ScriptedAI : public CreatureAI
void SpellHit(Unit *, const SpellEntry*){}
// Called when spell hits creature's target
void SpellHitTarget(WorldObject*, const SpellEntry*) {}
void SpellHitTarget(Unit*, const SpellEntry*) {}
Creature* m_creature;