diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2016-03-16 21:38:01 +0100 |
|---|---|---|
| committer | Vincent-Michael <vincent_michael@gmx.de> | 2016-03-16 21:40:15 +0100 |
| commit | 5e74c2223bff8a467d6f1ce18f6f08aa05e17019 (patch) | |
| tree | d37de0a0f3d540bb7e45b4176049820f2d88b309 /src/server/scripts/EasternKingdoms | |
| parent | 8050f58b21d1ed082c79e2289533c0a7dd61ab3f (diff) | |
Core: Remove whitespaces
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/Karazhan/boss_midnight.cpp | 4 | ||||
| -rw-r--r-- | src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/EasternKingdoms/Karazhan/boss_midnight.cpp b/src/server/scripts/EasternKingdoms/Karazhan/boss_midnight.cpp index d4de862244c..43ef7e006ef 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/boss_midnight.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/boss_midnight.cpp @@ -161,8 +161,8 @@ public: me->SetVisible(true); } - void EnterCombat(Unit* /*who*/) override - { + void EnterCombat(Unit* /*who*/) override + { if (InstanceScript* instance = me->GetInstanceScript()) instance->SetBossState(DATA_ATTUMEN, IN_PROGRESS); } diff --git a/src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp b/src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp index 6caf253570a..73b397553a5 100644 --- a/src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp +++ b/src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp @@ -77,7 +77,7 @@ public: if (creature->IsQuestGiver()) { player->PrepareQuestMenu(creature->GetGUID()); - player->SEND_GOSSIP_MENU(player->GetGossipTextId(creature), creature->GetGUID()); + player->SEND_GOSSIP_MENU(player->GetGossipTextId(creature), creature->GetGUID()); } return true; } |
