mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
[6903] Avoid DB access on player invite to channel.
This commit is contained in:
parent
d8be07eabc
commit
d9de56ed2c
3 changed files with 4 additions and 9 deletions
|
|
@ -190,7 +190,7 @@ class Channel
|
|||
void MakeWrongFaction(WorldPacket *data); //? 0x1A
|
||||
void MakeInvalidName(WorldPacket *data); //? 0x1B
|
||||
void MakeNotModerated(WorldPacket *data); //? 0x1C
|
||||
void MakePlayerInvited(WorldPacket *data, uint64 guid); //+ 0x1D
|
||||
void MakePlayerInvited(WorldPacket *data, const std::string& name); //+ 0x1D
|
||||
void MakePlayerInviteBanned(WorldPacket *data, uint64 guid); //? 0x1E
|
||||
void MakeThrottled(WorldPacket *data); //? 0x1F
|
||||
void MakeNotInArea(WorldPacket *data); //? 0x20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue