Core/Spells: Fix orientation- and targeting-related issues if the creature isn't currently engaged in combat. (#17120)

Also disable spell focus system for vehicle control auras.

Closes #16572
Closes #17016
This commit is contained in:
Treeston
2016-08-21 11:07:38 +02:00
committed by Aokromes
parent 372ef5e5a2
commit a29913187b
7 changed files with 55 additions and 62 deletions

View File

@@ -115,7 +115,6 @@ public:
}
break;
}
me->SetOrientation(me->GetHomePosition().GetOrientation());
return;
}