diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-09 20:36:47 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-09 20:37:09 +0200 |
commit | 2c6f5e1b61d728aa0949533cde4fb23fe45c2fc7 (patch) | |
tree | c4087a45b184dbe834f3f09670a845cd7c8fa7a4 /src/server/scripts/Maelstrom/kezan.cpp | |
parent | 81daef8b2205fca4310720d3186bafca8d75a792 (diff) |
Scripted: Remove Whitespace/Tabs
Diffstat (limited to 'src/server/scripts/Maelstrom/kezan.cpp')
-rw-r--r-- | src/server/scripts/Maelstrom/kezan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Maelstrom/kezan.cpp b/src/server/scripts/Maelstrom/kezan.cpp index 406d757514e..c20ed30ea74 100644 --- a/src/server/scripts/Maelstrom/kezan.cpp +++ b/src/server/scripts/Maelstrom/kezan.cpp @@ -109,7 +109,7 @@ public: if (GameObject* deposit = creature->FindNearestGameObject(GO_DEPOSIT, 20)) creature->GetMotionMaster()->MovePoint(1, deposit->GetPositionX() - 1.0f, deposit->GetPositionY(), deposit->GetPositionZ()); - if (player->GetQuestStatus(QUEST_GOOD_HELP_IS_HARD_TO_FIND) == QUEST_STATUS_COMPLETE) + if (player->GetQuestStatus(QUEST_GOOD_HELP_IS_HARD_TO_FIND) == QUEST_STATUS_COMPLETE) player->RemoveAura(SPELL_LIGHTNING_VISUAL); player->CLOSE_GOSSIP_MENU(); |