druid caster form

This commit is contained in:
Yunfan Li
2023-09-05 22:11:04 +08:00
parent e69eccf071
commit 9ad8274fe8
5 changed files with 20 additions and 10 deletions

View File

@@ -292,13 +292,13 @@ bool ListSpellsAction::Execute(Event event)
{
botAI->TellMasterNoFacing(i->second);
if (++count >= 50)
{
std::ostringstream msg;
msg << (spells.size() - 50) << " more...";
botAI->TellMasterNoFacing(msg.str());
break;
}
// if (++count >= 50)
// {
// std::ostringstream msg;
// msg << (spells.size() - 50) << " more...";
// botAI->TellMasterNoFacing(msg.str());
// break;
// }
}
return true;