Some work on RoF Guild Banks (still not functional).

This commit is contained in:
Trevius
2015-01-18 23:04:21 -06:00
parent 5465d76d20
commit 96820c4a31
4 changed files with 26 additions and 11 deletions
+2 -2
View File
@@ -1336,7 +1336,7 @@ void Merc::AI_Process() {
if(IsCasting())
return;
// A bot wont start its AI if not grouped
// A merc wont start its AI if not grouped
if(!HasGroup()) {
return;
}
@@ -5474,7 +5474,7 @@ bool Client::MercOnlyOrNoGroup() {
}
if (GetMerc())
{
if (GetMerc()->HasGroup() && GetMerc()->GetGroup() == GetGroup())
if (GetMerc()->GetGroup() == GetGroup())
{
if (GetGroup()->GroupCount() < 3)
{