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

7 lines
106 B
C++

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