mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
Fix chat focus and spirit healer confirm
This commit is contained in:
parent
c9e7caa938
commit
ff6155e2f3
5 changed files with 40 additions and 19 deletions
|
|
@ -1507,6 +1507,12 @@ public:
|
|||
static network::Packet build(uint64_t npcGuid);
|
||||
};
|
||||
|
||||
/** CMSG_QUESTGIVER_HELLO packet builder */
|
||||
class QuestgiverHelloPacket {
|
||||
public:
|
||||
static network::Packet build(uint64_t npcGuid);
|
||||
};
|
||||
|
||||
/** CMSG_GOSSIP_SELECT_OPTION packet builder */
|
||||
class GossipSelectOptionPacket {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue