mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
chore(core): remove malformed whitespaces (#4244)
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
This commit is contained in:
@@ -145,7 +145,6 @@ public:
|
||||
me->SetFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_FEIGN_DEATH);
|
||||
me->SetFlag(UNIT_DYNAMIC_FLAGS, UNIT_DYNFLAG_DEAD);
|
||||
me->AddUnitState(UNIT_STATE_DIED);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -362,7 +361,6 @@ public:
|
||||
{
|
||||
npc_escortAI::UpdateAI(uiDiff);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
CreatureAI* GetAI(Creature* pCreature) const override
|
||||
|
||||
@@ -245,7 +245,6 @@ public:
|
||||
for( uint8 i = 0; i < MAX_ENCOUNTER; ++i )
|
||||
if( m_auiEncounter[i] == IN_PROGRESS )
|
||||
m_auiEncounter[i] = NOT_STARTED;
|
||||
|
||||
}
|
||||
else
|
||||
OUT_LOAD_INST_DATA_FAIL;
|
||||
@@ -743,7 +742,6 @@ public:
|
||||
pAdd->GetMotionMaster()->MoveFollow(pBoss, 2.0f, (i + 1)*M_PI / 2);
|
||||
pAdd->SetReactState(REACT_PASSIVE);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (!shortver)
|
||||
|
||||
@@ -1987,7 +1987,6 @@ public:
|
||||
DoMeleeAttackIfReady();
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
enum eEnhShamanSpells
|
||||
@@ -2114,7 +2113,6 @@ public:
|
||||
events.RepeatEvent(30000);
|
||||
EventMapGCD(events, 1500);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
DoMeleeAttackIfReady();
|
||||
@@ -2362,7 +2360,6 @@ public:
|
||||
me->DespawnOrUnsummon();
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
enum eHunterPetSpells
|
||||
|
||||
@@ -347,7 +347,6 @@ public:
|
||||
me->DespawnOrUnsummon();
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
class npc_mistress_of_pain : public CreatureScript
|
||||
@@ -429,7 +428,6 @@ public:
|
||||
me->DespawnOrUnsummon();
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
class spell_toc25_mistress_kiss : public SpellScriptLoader
|
||||
|
||||
@@ -1412,7 +1412,6 @@ public:
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user