added getNearbyPlayers

This commit is contained in:
2020-08-23 10:42:37 -05:00
parent 1d792a21dd
commit 0d27412d81
3 changed files with 15 additions and 2 deletions

View File

@@ -33,8 +33,6 @@ void NPCManager::init() {
REGISTER_SHARD_PACKET(P_CL2FE_REQ_PC_WARP_USE_NPC, npcWarpManager);
}
#undef CHECKNPC
void NPCManager::updatePlayerNPCS(CNSocket* sock, PlayerView& view) {
std::list<int32_t> yesView;
std::list<int32_t> noView;