Full Packet Review for Known Conversion (#5100)
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled

This commit is contained in:
dannuic
2026-06-07 01:12:57 -06:00
committed by GitHub
parent 11a8e46ee8
commit 168995a5b5
9 changed files with 1317 additions and 584 deletions
+2
View File
@@ -2305,6 +2305,7 @@ void Client::SetStats(uint8 type,int16 set_val){
m_pp.CHA=set_val;
break;
}
*reinterpret_cast<uint16*>(iss->unknown13) = GetID();
QueuePacket(outapp);
safe_delete(outapp);
}
@@ -2395,6 +2396,7 @@ void Client::IncStats(uint8 type, int16 increase_val)
}
break;
}
*reinterpret_cast<uint16*>(iss->unknown13) = GetID();
QueuePacket(outapp);
safe_delete(outapp);
}