This commit is contained in:
Aronwk 2025-05-16 00:17:34 -05:00
parent 3e8a417f62
commit 47015fda08
2 changed files with 2 additions and 2 deletions

View File

@ -33,4 +33,4 @@ enum class eChatChannel : uint8_t {
USER USER
}; };
#endif //!__ECHATCHANNEL__H__ #endif //!__ECHATCHANNEL__H__

View File

@ -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;