mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-21 01:12:25 +00:00
Fix missile heading
This commit is contained in:
parent
ee4a79616f
commit
5aab187e17
@ -1443,7 +1443,7 @@ void Mob::SendItemAnimation(Mob *to, const EQEmu::ItemData *item, EQEmu::skills:
|
||||
|
||||
//these angle and tilt used together seem to make the arrow/knife throw as straight as I can make it
|
||||
|
||||
as->launch_angle = CalculateHeadingToTarget(to->GetX(), to->GetY()) * 2;
|
||||
as->launch_angle = CalculateHeadingToTarget(to->GetX(), to->GetY());
|
||||
as->tilt = 125;
|
||||
as->arc = 50;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user