More build fixes for bot

This commit is contained in:
Akkadius
2019-08-11 01:32:51 -05:00
parent 04a18786f9
commit e9cb8781bf
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4825,7 +4825,7 @@ void Client::Handle_OP_ConsiderCorpse(const EQApplicationPacket *app)
Message(0, "This corpse can be resurrected for %i minutes and %i seconds.", min, sec);
}
else {
MessageString(Chat::WhiteSmoke, CORPSE_TOO_OLD);
MessageString(Chat::White, CORPSE_TOO_OLD);
}
*/
}