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