kill some whitespaces

(cherry picked from commit cc49b7bb3024c6eb36d9bbbe7b151d7ae9ba91b7)
This commit is contained in:
Aokromes
2021-10-26 23:55:38 +02:00
committed by Shauren
parent 4e294f54e4
commit 3621482e44
6 changed files with 5 additions and 6 deletions
@@ -332,7 +332,7 @@ void Creature::AddToWorld()
AIM_Initialize();
if (IsVehicle())
GetVehicleKit()->Install();
if (GetZoneScript())
GetZoneScript()->OnCreatureCreate(this);
}
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "AbstractFollower.h"
#include "Unit.h"
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TRINITY_CHASEMOVEMENTGENERATOR_H
#define TRINITY_CHASEMOVEMENTGENERATOR_H
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TRINITY_FOLLOWMOVEMENTGENERATOR_H
#define TRINITY_FOLLOWMOVEMENTGENERATOR_H
@@ -337,7 +337,6 @@ public:
return false;
}
AccountOpResult result = AccountMgr::ChangeEmail(handler->GetSession()->GetAccountId(), email);
switch (result)
{
@@ -118,7 +118,7 @@ struct boss_baroness_anastari : public BossAI
{
possessedTarget->RemoveAurasDueToSpell(SPELL_POSSESS);
possessedTarget->RemoveAurasDueToSpell(SPELL_POSSESSED);
me->RemoveAurasDueToSpell(SPELL_POSSESS_INV);
me->RemoveAurasDueToSpell(SPELL_POSSESS_INV);
_possessedTargetGuid.Clear();
events.ScheduleEvent(EVENT_SPELL_POSSESS, 20s, 30s);
events.CancelEvent(EVENT_CHECK_POSSESSED);