mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
More build fixes for bot
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ void Client::GoFish()
|
||||
|
||||
//TODO: generate a message if we're already fishing
|
||||
/*if (!fishing_timer.Check()) { //this isn't the right check, may need to add something to the Client class like 'bool is_fishing'
|
||||
MessageString(Chat::WhiteSmoke, ALREADY_FISHING); //You are already fishing!
|
||||
MessageString(Chat::White, ALREADY_FISHING); //You are already fishing!
|
||||
return;
|
||||
}*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user