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

@ -18,7 +18,7 @@ namespace WorldPackets {
struct UIHelpTop5: public LUBitStream {
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;
Entity* player = nullptr;