Преглед на файлове

Follow-up https://github.com/rathena/rathena/commit/de80c5aab61eff6996a5e4c94d4a5a868eb18ca4
Fixed a typo in clif_changeoption

atemo преди 5 години
родител
ревизия
80810e24f8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/map/clif.cpp

+ 1 - 1
src/map/clif.cpp

@@ -3951,7 +3951,7 @@ void clif_changeoption_target(struct block_list* bl, struct block_list *target)
 
 	struct map_session_data *sd = BL_CAST(BL_PC, bl);
 	unsigned char buf[32];
-#if PAKCETVER >= 7
+#if PACKETVER >= 7
 	int cmd = 0x229;
 #else
 	int cmd = 0x119;