diff --git a/server/gameserver/creature.cc b/server/gameserver/creature.cc index 9fe674fc..c90dc1ad 100644 --- a/server/gameserver/creature.cc +++ b/server/gameserver/creature.cc @@ -237,7 +237,7 @@ void InternalShot(Creature* c, 0 ); } else { - if (c->IsCar()) { + if (c->IsCar() && weapon_meta->i->shootfire() != DOUBLE_GUN_ANIMATION) { switch (c->shot_hole) { case 1: {