feat(Core/Packets): Port packet handling from TrinityCore (#5617)

* feat(Core/Packets): Port packet handling from TrinityCore

* 1

* 2

* 3

* 1

* 2

* #3670

* 3

* 1

* codestyle

* fix msvc warnings
This commit is contained in:
Kargatum 2021-05-22 05:10:46 +07:00 committed by GitHub
parent 537ebe87aa
commit 63a273507c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 2768 additions and 1868 deletions

View file

@ -422,7 +422,7 @@ public:
}
}
data.hexlike(true);
data.hexlike();
player->GetSession()->SendPacket(&data);
handler->PSendSysMessage(LANG_COMMAND_OPCODESENT, data.GetOpcode(), unit->GetName().c_str());
return true;