Cleanup of bot raid work and inclusion of bot_raid in cmake

This commit is contained in:
neckkola
2022-02-23 15:58:13 -04:00
parent ff3cd08189
commit d67fa473a2
12 changed files with 135 additions and 126 deletions
+1 -1
View File
@@ -3855,7 +3855,7 @@ void Mob::QuestJournalledSay(Client *QuestInitiator, const char *str, Journal::O
const char *Mob::GetCleanName()
{
if (clean_name != NULL && !strlen(clean_name)) { //extra check added for crash condition. Mitch
if (!strlen(clean_name)) {
CleanMobName(GetName(), clean_name);
}