2025-12-26 20:58:07 -08:00

7 lines
105 B
C++

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