mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-30 02:31:29 +00:00
14 lines
195 B
C++
14 lines
195 B
C++
#include "zone.h"
|
|
|
|
void Zone::LoadFindableLocations() {
|
|
}
|
|
|
|
void Zone::ReloadFindableLocations() {
|
|
}
|
|
|
|
void Zone::ClearFindableLocations() {
|
|
}
|
|
|
|
void Zone::SendFindableLocations(Client* client) {
|
|
}
|