mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04:00
Initial Commit for client version change to 4.2.2 (14545)
- added known opcodes (handlers are commented till not updated) - added bitstream support to bytebuffer - updated realm auth for 14545 - updated world auth - fixed char_enum,create,delete handlers - added DB2 reader - added opcode logging to debuglogmask (ignores loglevel) - fixed compile in win64, others not yet tested - using db2 values for item models at char_enum to prevent client crash Lots of Thanks to All SingularityCore Members
This commit is contained in:
@@ -307,7 +307,7 @@ public:
|
||||
uint32 opcode;
|
||||
parsedStream >> opcode;
|
||||
|
||||
WorldPacket data(opcode, 0);
|
||||
WorldPacket data(Opcodes(opcode), 0);
|
||||
|
||||
while (!parsedStream.eof())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user