mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 23:56:35 +00:00
World <-> Login connection reworked
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../servertalk.h"
|
||||
|
||||
namespace EQ
|
||||
{
|
||||
namespace Net
|
||||
@@ -9,6 +11,7 @@ namespace EQ
|
||||
ServertalkClientHello = 1,
|
||||
ServertalkServerHello,
|
||||
ServertalkClientHandshake,
|
||||
ServertalkClientDowngradeSecurityHandshake,
|
||||
ServertalkMessage,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user