aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2018-09-09 16:15:45 +0200
committerShauren <shauren.trinity@gmail.com>2021-10-26 23:55:38 +0200
commit3621482e4449cbeb1d6e31ced0bd7f8bb395576b (patch)
tree1fbdce432d6c0d66b47d9802b2778bae9e80db03 /src/server/scripts
parent4e294f54e400816905e9748b0cd3186d2e6d8642 (diff)
kill some whitespaces
(cherry picked from commit cc49b7bb3024c6eb36d9bbbe7b151d7ae9ba91b7)
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Commands/cs_account.cpp1
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/server/scripts/Commands/cs_account.cpp b/src/server/scripts/Commands/cs_account.cpp
index db34deb8c7b..56d93f71096 100644
--- a/src/server/scripts/Commands/cs_account.cpp
+++ b/src/server/scripts/Commands/cs_account.cpp
@@ -337,7 +337,6 @@ public:
return false;
}
-
AccountOpResult result = AccountMgr::ChangeEmail(handler->GetSession()->GetAccountId(), email);
switch (result)
{
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp
index 0410172482b..71218683781 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);