diff options
Diffstat (limited to 'src/scripts/outland/shadowmoon_valley.cpp')
-rw-r--r-- | src/scripts/outland/shadowmoon_valley.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/outland/shadowmoon_valley.cpp b/src/scripts/outland/shadowmoon_valley.cpp index 341f5abde60..cd9a253d4cb 100644 --- a/src/scripts/outland/shadowmoon_valley.cpp +++ b/src/scripts/outland/shadowmoon_valley.cpp @@ -230,7 +230,7 @@ struct mob_enslaved_netherwing_drakeAI : public ScriptedAI AttackStart(Dragonmaw); } - HostilReference* ref = m_creature->getThreatManager().getOnlineContainer().getReferenceByTarget(caster); + HostileReference* ref = m_creature->getThreatManager().getOnlineContainer().getReferenceByTarget(caster); if (ref) ref->removeReference(); } |