From cc49b7bb3024c6eb36d9bbbe7b151d7ae9ba91b7 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 9 Sep 2018 16:15:45 +0200 Subject: kill some whitespaces --- .../scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp | 2 +- src/server/scripts/EasternKingdoms/zone_goldshire.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/scripts/EasternKingdoms') diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp index 569eda9f575..b1c6c341c42 100644 --- a/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp +++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp @@ -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); diff --git a/src/server/scripts/EasternKingdoms/zone_goldshire.cpp b/src/server/scripts/EasternKingdoms/zone_goldshire.cpp index 9265e8a1351..d08c7c0d61f 100644 --- a/src/server/scripts/EasternKingdoms/zone_goldshire.cpp +++ b/src/server/scripts/EasternKingdoms/zone_goldshire.cpp @@ -167,7 +167,7 @@ struct npc_cameron : public ScriptedAI { if (waypointId == HOUSE_WAYPOINT) { - // Move childeren at last point + // Move childeren at last point MoveTheChildren(); // After 30 seconds a random sound should play -- cgit v1.2.3