Core/Misc: Replace ACE_UINT* to uint* (#1628)

* Core/Common: Replace ACE_UINT* to uint*

* #include "Common.h"
This commit is contained in:
Kargatum
2019-03-26 13:38:16 +07:00
committed by GitHub
parent 6ba32eaff1
commit 30b0325cee
5 changed files with 15 additions and 14 deletions

View File

@@ -662,7 +662,7 @@ int WorldSocket::ProcessIncoming(WorldPacket* new_pct)
// manage memory ;)
ACE_Auto_Ptr<WorldPacket> aptr (new_pct);
const ACE_UINT16 opcode = new_pct->GetOpcode();
const uint16 opcode = new_pct->GetOpcode();
if (closing_)
return -1;