Fix TC build

This commit is contained in:
Rochet2
2018-03-10 05:31:41 +02:00
parent 8453db0584
commit 3fe34b205f
5 changed files with 14 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ using namespace Hooks;
return RETVAL;\
LOCK_ELUNA
bool Eluna::OnDummyEffect(Unit* pCaster, uint32 spellId, SpellEffIndex effIndex, Creature* pTarget)
bool Eluna::OnDummyEffect(WorldObject* pCaster, uint32 spellId, SpellEffIndex effIndex, Creature* pTarget)
{
START_HOOK_WITH_RETVAL(CREATURE_EVENT_ON_DUMMY_EFFECT, pTarget, false);
Push(pCaster);