Explorar o código

Fixed mado gear display (#6698)

Fixes #6695

Thanks to @Rushtic
Lemongrass3110 %!s(int64=3) %!d(string=hai) anos
pai
achega
e3262d0be1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/clif.cpp

+ 1 - 1
src/map/clif.cpp

@@ -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;