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