Refine resurrection flow

This commit is contained in:
Kelsi 2026-02-07 21:47:14 -08:00
parent ca867f5c83
commit 4a8a78c50d
7 changed files with 120 additions and 20 deletions

View file

@ -1727,5 +1727,11 @@ public:
static network::Packet build(uint64_t npcGuid);
};
/** CMSG_RESURRECT_RESPONSE packet builder */
class ResurrectResponsePacket {
public:
static network::Packet build(uint64_t casterGuid, bool accept);
};
} // namespace game
} // namespace wowee