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

7 lines
118 B
C++

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