mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-30 08:22:37 +00:00
fixes
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "dCommonVars.h"
|
||||
#include "BitStreamUtils.h"
|
||||
#include "MessageType/World.h"
|
||||
#include "eChatMode.h"
|
||||
|
||||
class Entity;
|
||||
enum class eLanguageCodeID : int32_t {
|
||||
@@ -62,7 +63,7 @@ namespace WorldPackets {
|
||||
};
|
||||
|
||||
struct StringCheck : public LUBitStream {
|
||||
uint8_t chatLevel = 0;
|
||||
eChatMode chatMode = eChatMode::RESTRICTED;
|
||||
uint8_t requestID = 0;
|
||||
std::string receiver;
|
||||
std::string message;
|
||||
|
||||
Reference in New Issue
Block a user