This commit is contained in:
KayenEQ 2014-11-28 05:46:23 -05:00
parent ac0933719a
commit 67863e364b

View File

@ -1098,8 +1098,10 @@ void Mob::ProjectileAttack()
ProjectileAtk[i].origin_x = 0.0f;
ProjectileAtk[i].origin_y = 0.0f;
ProjectileAtk[i].origin_z = 0.0f;
ProjectileAtk[i].sanitycheck = 0.0f;
ProjectileAtk[i].ranged_id = 0;
ProjectileAtk[i].ammo_id = 0;
ProjectileAtk[i].ammo_slot = 0;
ProjectileAtk[i].skill = 0;
}