Add system chat for key game events

This commit is contained in:
Kelsi 2026-02-05 13:22:15 -08:00
parent 933b50eab5
commit 738dafb65b
2 changed files with 30 additions and 0 deletions

View file

@ -380,6 +380,7 @@ private:
void handleListInventory(network::Packet& packet);
void addCombatText(CombatTextEntry::Type type, int32_t amount, uint32_t spellId, bool isPlayerSource);
void addSystemChatMessage(const std::string& message);
/**
* Send CMSG_PING to server (heartbeat)