Правка Mimiron

Ищу мимирона под новую ревизию или как исправить это
дано

void KilledUnit(Unit* /*who*/) { if (uint64 Mimiron = instance->GetData64(BOSS_MIMIRON)) { if (phase == PHASE_LEVIATHAN_SOLO__GLOBAL_1) { if (!urand(0, 5)) Talk(SAY_MKII_SLAY, Mimiron); } else if (!urand(0, 5)) Talk(SAY_V07TRON_SLAY, Mimiron); } }
где Talk

void CreatureAI::Talk(uint8 id, WorldObject const* whisperTarget /*= NULL*/) { sCreatureTextMgr->SendChat(me, id, whisperTarget); }
и ошибка
1 IntelliSense: argument of type “uint64” is incompatible with parameter of type “const WorldObject *”