mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 07:00:29 +00:00
Client version check on show proximity
This commit is contained in:
@@ -5015,8 +5015,10 @@ void command_proximity(Client *c, const Seperator *sep)
|
|||||||
points.push_back(p);
|
points.push_back(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (c->ClientVersion() >= EQEmu::versions::ClientVersion::RoF) {
|
||||||
c->SendPathPacket(points);
|
c->SendPathPacket(points);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void command_pvp(Client *c, const Seperator *sep)
|
void command_pvp(Client *c, const Seperator *sep)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user