mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 05:28:13 +00:00
4330494f57
# Notes - Cleanup messages and logic. - Utilize Dialogue Window tables.
8 lines
124 B
C++
Executable File
8 lines
124 B
C++
Executable File
#include "../client.h"
|
|
|
|
void command_showzonegloballoot(Client *c, const Seperator *sep)
|
|
{
|
|
zone->ShowZoneGlobalLoot(c);
|
|
}
|
|
|