Fixes #6695 Thanks to @Rushtic
@@ -6452,7 +6452,7 @@ void clif_status_change(struct block_list *bl, int type, int flag, t_tick tick,
if (type == EFST_ILLUSION && !battle_config.display_hallucination) // Disable Hallucination.
return;
-#if PACKETVER_MAIN_NUM < 20191120 || PACKETVER_RE_NUM < 20191106
+#if !( PACKETVER_MAIN_NUM >= 20191120 || PACKETVER_RE_NUM >= 20191106 )
// Older clients display normal riding icon.
if (type == EFST_MADOGEAR)
type = EFST_RIDING;