mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Code style follow-up, I blame Notepad++.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user