mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 10:33:52 +00:00
[Cleanup] Remove GateAllClients() from zone/entity.cpp and zone/entity.h (#3391)
# Notes - This is unused.
This commit is contained in:
parent
306b06745f
commit
dfaa929778
@ -5115,17 +5115,6 @@ uint32 EntityList::CheckNPCsClose(Mob *center)
|
||||
return count;
|
||||
}
|
||||
|
||||
void EntityList::GateAllClients()
|
||||
{
|
||||
auto it = client_list.begin();
|
||||
while (it != client_list.end()) {
|
||||
Client *c = it->second;
|
||||
if (c)
|
||||
c->GoToBind();
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
void EntityList::SignalAllClients(int signal_id)
|
||||
{
|
||||
for (const auto& c : client_list) {
|
||||
|
||||
@ -514,7 +514,6 @@ public:
|
||||
void ZoneWho(Client *c, Who_All_Struct* Who);
|
||||
void UnMarkNPC(uint16 ID);
|
||||
|
||||
void GateAllClients();
|
||||
void SignalAllClients(int signal_id);
|
||||
void UpdateQGlobal(uint32 qid, QGlobal newGlobal);
|
||||
void DeleteQGlobal(std::string name, uint32 npcID, uint32 charID, uint32 zoneID);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user