mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
* [Commands] Add #fish Command # Notes - Adds `#fish` command. - Allows operators to simulate fishing to see what they would get, consumes no bait. * `use_bait` * Update fish.cpp
7 lines
104 B
C++
7 lines
104 B
C++
#include "../client.h"
|
|
|
|
void command_fish(Client *c, const Seperator *sep)
|
|
{
|
|
c->GoFish(true, false);
|
|
}
|