瀏覽代碼

Fixed mado gear display (#6698)

Fixes #6695

Thanks to @Rushtic
Lemongrass3110 3 年之前
父節點
當前提交
e3262d0be1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;