mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 06:51:28 +00:00
7 lines
118 B
C++
7 lines
118 B
C++
#include "../../client.h"
|
|
|
|
void ShowZoneGlobalLoot(Client *c, const Seperator *sep)
|
|
{
|
|
zone->ShowZoneGlobalLoot(c);
|
|
}
|