mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[7588] Remove redendent GO support and switch back to original suggested by Lightguard version with Unit only case
This commit is contained in:
parent
e090283840
commit
840d7d5e0a
4 changed files with 3 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue