mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 07:37:07 +00:00
[11005] Remove unused function from channel code. Some other cleanups.t_id
This commit is contained in:
parent
8d62e9dbf7
commit
c8fe77f8ca
3 changed files with 4 additions and 24 deletions
|
|
@ -199,7 +199,6 @@ class Channel
|
|||
void MakeVoiceOff(WorldPacket *data, uint64 guid); //+ 0x23
|
||||
|
||||
void SendToAll(WorldPacket *data, uint64 p = 0);
|
||||
void SendToAllButOne(WorldPacket *data, uint64 who);
|
||||
void SendToOne(WorldPacket *data, uint64 who);
|
||||
|
||||
bool IsOn(uint64 who) const { return players.find(who) != players.end(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue