Explorar el Código

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

atemo hace 5 años
padre
commit
80810e24f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;