mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
Full Packet Review for Known Conversion (#5100)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user