mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-30 21:51:33 +00:00
nl@eof
This commit is contained in:
parent
3e8a417f62
commit
47015fda08
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user