mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-11 18:08:05 +00:00
nl@eof
This commit is contained in:
@@ -33,4 +33,4 @@ enum class eChatChannel : uint8_t {
|
|||||||
USER
|
USER
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //!__ECHATCHANNEL__H__
|
#endif //!__ECHATCHANNEL__H__
|
||||||
|
@@ -18,7 +18,7 @@ namespace WorldPackets {
|
|||||||
struct UIHelpTop5: public LUBitStream {
|
struct UIHelpTop5: public LUBitStream {
|
||||||
eLanguageCodeID languageCode = eLanguageCodeID::EN_US;
|
eLanguageCodeID languageCode = eLanguageCodeID::EN_US;
|
||||||
|
|
||||||
// should these be shoved up to the base class?
|
// should these be moved up to the base class?
|
||||||
SystemAddress sysAddr = UNASSIGNED_SYSTEM_ADDRESS;
|
SystemAddress sysAddr = UNASSIGNED_SYSTEM_ADDRESS;
|
||||||
Entity* player = nullptr;
|
Entity* player = nullptr;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user