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 Shauren
parent 061b62a97d
commit 6f85422f0b
7 changed files with 55 additions and 62 deletions

View File

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