eqemu-server/zone/gm_commands/show/show_zone_global_loot.cpp
2025-12-26 20:58:07 -08:00

7 lines
117 B
C++

#include "zone/client.h"
void ShowZoneGlobalLoot(Client *c, const Seperator *sep)
{
zone->ShowZoneGlobalLoot(c);
}