mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
[Cleanup] Remove WriteEntityIDs() from zone/entity.cpp and zone/entity.h (#3395)
# Notes - This is unused.
This commit is contained in:
@@ -3524,15 +3524,6 @@ void EntityList::ClearClientPetitionQueue()
|
||||
return;
|
||||
}
|
||||
|
||||
void EntityList::WriteEntityIDs()
|
||||
{
|
||||
auto it = mob_list.begin();
|
||||
while (it != mob_list.end()) {
|
||||
std::cout << "ID: " << it->first << " Name: " << it->second->GetName() << std::endl;
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
BulkZoneSpawnPacket::BulkZoneSpawnPacket(Client *iSendTo, uint32 iMaxSpawnsPerPacket)
|
||||
{
|
||||
data = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user