mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*Use the correct tc function in last rev.
--HG-- branch : trunk
This commit is contained in:
@@ -998,7 +998,7 @@ struct TRINITY_DLL_DECL npc_earthmender_wildaAI : public npc_escortAI
|
||||
{
|
||||
npc_escortAI::UpdateAI(uiDiff);
|
||||
|
||||
if (!m_creature->getThreatManager().getHostilTarget() || !m_creature->getVictim())
|
||||
if (!UpdateVictim())
|
||||
return;
|
||||
|
||||
//TODO: add more abilities
|
||||
|
||||
Reference in New Issue
Block a user