Code style follow-up, I blame Notepad++.

This commit is contained in:
Treeston
2016-09-20 20:28:59 +02:00
committed by Aokromes
parent 8a402b9f6b
commit 3815b5bc06

View File

@@ -430,8 +430,8 @@ class npc_sinclari_vh : public CreatureScript
me->GetCreatureListWithEntryInGrid(guardList, NPC_VIOLET_HOLD_GUARD, 100.0f);
for (Creature* guard : guardList)
{
if (!guard->IsAlive())
continue;
if (!guard->IsAlive())
continue;
guard->SetReactState(REACT_PASSIVE);
guard->SetWalk(false);
guard->GetMotionMaster()->MovePoint(0, GuardsMovePosition);