mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 01:23:47 +00:00
refactor(Core): update getFaction to GetFaction and setFaction to SetFaction (#8708)
This commit is contained in:
@@ -514,7 +514,7 @@ public:
|
||||
if (darnavan->IsAlive())
|
||||
{
|
||||
darnavan->RemoveAllAuras();
|
||||
darnavan->setFaction(35);
|
||||
darnavan->SetFaction(FACTION_FRIENDLY);
|
||||
darnavan->DeleteThreatList();
|
||||
darnavan->CombatStop(true);
|
||||
darnavan->GetMotionMaster()->MoveIdle();
|
||||
|
||||
Reference in New Issue
Block a user