mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Cleanup] Cleanup #show ip_lookup Message (#5005)
* [Cleanup] Cleanup #show ip_lookup Message * Test * Update clientlist.cpp
This commit is contained in:
@@ -9,7 +9,7 @@ void ShowIPLookup(Client *c, const Seperator *sep)
|
||||
|
||||
auto pack = new ServerPacket(
|
||||
ServerOP_IPLookup,
|
||||
sizeof(ServerGenericWorldQuery_Struct) + ip_length + 1
|
||||
sizeof(ServerGenericWorldQuery_Struct) + ip_length
|
||||
);
|
||||
|
||||
auto s = (ServerGenericWorldQuery_Struct *) pack->pBuffer;
|
||||
|
||||
Reference in New Issue
Block a user