mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
chore(Core/Misc): Some cleanup (#19970)
* remove weird blanks * update if * ) ) to )) * missed some ) ) * now switch * .
This commit is contained in:
@@ -1562,7 +1562,7 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
|
||||
for (WorldObject* target : targets)
|
||||
{
|
||||
// xinef: allow gameobjects to summon gameobjects!
|
||||
//if(!IsUnit((*itr)))
|
||||
//if (!IsUnit((*itr)))
|
||||
// continue;
|
||||
|
||||
target->GetPosition(x, y, z, o);
|
||||
|
||||
Reference in New Issue
Block a user