mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
[Cleanup] Remove GateAllClients() from zone/entity.cpp and zone/entity.h (#3391)
# Notes - This is unused.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user