File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9347,7 +9347,7 @@ static void clif_pcname_ack(int fd, struct block_list *bl)
93479347
93489348 const struct map_session_data *ssd = BL_UCCAST(BL_PC, bl);
93499349
9350- if (ssd->fakename[0] != '\0' && ssd->disguise ! = -1) {
9350+ if (ssd->fakename[0] != '\0' && ssd->disguise = = -1) {
93519351 packet.packet_id = reqName;
93529352 len = sizeof(struct packet_reqname_ack);
93539353 } else {
@@ -9360,7 +9360,7 @@ static void clif_pcname_ack(int fd, struct block_list *bl)
93609360 packet.gid = -bl->id;
93619361 }
93629362
9363- if (ssd->fakename[0] != '\0' && ssd->disguise ! = -1) {
9363+ if (ssd->fakename[0] != '\0' && ssd->disguise = = -1) {
93649364 memcpy(packet.name, ssd->fakename, NAME_LENGTH);
93659365 } else {
93669366#if PACKETVER_MAIN_NUM >= 20150225 || PACKETVER_RE_NUM >= 20141126 || defined(PACKETVER_ZERO)
You can’t perform that action at this time.
0 commit comments