Fixed a typo in clif_changeoption
This commit is contained in:
atemo 2020-03-13 15:21:27 +01:00
parent d9f61e7803
commit 80810e24f8

View File

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