mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-30 00:43:48 +00:00
Removed unnecessary spaces
This commit is contained in:
@@ -6,7 +6,7 @@ bool SartharionTankTrigger::IsActive()
|
||||
{
|
||||
Unit* boss = AI_VALUE2(Unit*, "find target", "sartharion");
|
||||
if (!boss) { return false; }
|
||||
|
||||
|
||||
return botAI->IsTank(bot);
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ bool TwilightPortalEnterTrigger::IsActive()
|
||||
// return false;
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
|
||||
// Don't enter portal until drakes are dead
|
||||
if (bot->HasAura(SPELL_POWER_OF_SHADRON) ||
|
||||
|
||||
Reference in New Issue
Block a user