eqemu-server/zone/gm_commands/showzonegloballoot.cpp
Alex King 4330494f57
[Commands] Cleanup #shownpcgloballoot and #showzonegloballoot Commands (#3440)
# Notes
- Cleanup messages and logic.
- Utilize Dialogue Window tables.
2023-06-24 13:03:37 -05:00

8 lines
124 B
C++
Executable File

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