mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
[Commands] Add #fish Command (#4136)
* [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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "../client.h"
|
||||
|
||||
void command_fish(Client *c, const Seperator *sep)
|
||||
{
|
||||
c->GoFish(true, false);
|
||||
}
|
||||
Reference in New Issue
Block a user