mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-10 14:01:29 +00:00
Removed unnecessary spaces
This commit is contained in:
@@ -47,10 +47,10 @@ bool CastCustomSpellAction::Execute(Event event)
|
||||
{
|
||||
if (!target)
|
||||
target = botAI->GetUnit(go);
|
||||
|
||||
|
||||
if (!botAI->GetUnit(go) || !botAI->GetUnit(go)->IsInWorld())
|
||||
continue;
|
||||
|
||||
|
||||
chat->eraseAllSubStr(text, chat->FormatWorldobject(botAI->GetUnit(go)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user