diff --git a/server/gameserver/shot.cc b/server/gameserver/shot.cc index 5dcfdca0..99ec7197 100644 --- a/server/gameserver/shot.cc +++ b/server/gameserver/shot.cc @@ -504,9 +504,9 @@ void InternalShot(Creature* c, #ifdef DEBUG gun_muzzle_position += glm::vec4( - bullet_born_offset.z / 10.0f, - 0, bullet_born_offset.x / 10.0f, + 0, + bullet_born_offset.z / 10.0f, 0 ); #endif