mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
[Commands] Add #forage command (#4133)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "../client.h"
|
||||
|
||||
void command_forage(Client *c, const Seperator *sep)
|
||||
{
|
||||
c->ForageItem(true);
|
||||
}
|
||||
Reference in New Issue
Block a user