2025-12-21 11:53:43 -08:00

7 lines
105 B
C++

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