mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Compile bug fixes.
This commit is contained in:
@@ -31,7 +31,7 @@ bool HasAggroValue::Calculate()
|
||||
ref = ref->next();
|
||||
}
|
||||
|
||||
ref = target->GetThreatMgr().getCurrentVictim();
|
||||
ref = target->getThreatMgr().getCurrentVictim();
|
||||
if (ref)
|
||||
{
|
||||
if (Unit* victim = ref->getTarget())
|
||||
|
||||
Reference in New Issue
Block a user