mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-12 18:12:43 +00:00
Client version check on show proximity
This commit is contained in:
parent
5a5d73ca25
commit
d127b1bef9
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user