mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-27 15:36:22 +00:00
druid caster form
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user