misc command and rule cleanup

This commit is contained in:
nytmyr
2024-11-07 16:33:59 -06:00
parent 775511c935
commit c22d687d72
3 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ void bot_command_follow(Client* c, const Seperator* sep)
nextTar = target_mob;
}
}
LogTestDebug("{} is now following {}.", bot_iter->GetCleanName(), nextTar->GetCleanName()); //deleteme
chainList.push_back(bot_iter);
++it;
++count;