aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
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);