mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 06:02:25 +00:00
fix
This commit is contained in:
parent
ac0933719a
commit
67863e364b
@ -1098,8 +1098,10 @@ void Mob::ProjectileAttack()
|
|||||||
ProjectileAtk[i].origin_x = 0.0f;
|
ProjectileAtk[i].origin_x = 0.0f;
|
||||||
ProjectileAtk[i].origin_y = 0.0f;
|
ProjectileAtk[i].origin_y = 0.0f;
|
||||||
ProjectileAtk[i].origin_z = 0.0f;
|
ProjectileAtk[i].origin_z = 0.0f;
|
||||||
|
ProjectileAtk[i].sanitycheck = 0.0f;
|
||||||
ProjectileAtk[i].ranged_id = 0;
|
ProjectileAtk[i].ranged_id = 0;
|
||||||
ProjectileAtk[i].ammo_id = 0;
|
ProjectileAtk[i].ammo_id = 0;
|
||||||
|
ProjectileAtk[i].ammo_slot = 0;
|
||||||
ProjectileAtk[i].skill = 0;
|
ProjectileAtk[i].skill = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user