diff options
Diffstat (limited to 'src/server/scripts')
4 files changed, 4 insertions, 5 deletions
diff --git a/src/server/scripts/Commands/cs_account.cpp b/src/server/scripts/Commands/cs_account.cpp index 612bc3e67a5..273ed2f2081 100644 --- a/src/server/scripts/Commands/cs_account.cpp +++ b/src/server/scripts/Commands/cs_account.cpp @@ -338,7 +338,6 @@ public: return false; } - AccountOpResult result = AccountMgr::ChangeEmail(handler->GetSession()->GetAccountId(), email); switch (result) { @@ -489,7 +488,7 @@ public: handler->SetSentErrorMessage(true); return false; } - + } else { 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 diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp index 924a400da2a..af6c05f83b6 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp @@ -249,7 +249,7 @@ class ValithriaDespawner : public BasicEvent default: return; } - + creature->DespawnOrUnsummon(0, 10s); } |