aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptedGuardAI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ScriptedGuardAI.cpp')
-rw-r--r--src/game/ScriptedGuardAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptedGuardAI.cpp b/src/game/ScriptedGuardAI.cpp
index 32f2882d6f4..e99815aa7e5 100644
--- a/src/game/ScriptedGuardAI.cpp
+++ b/src/game/ScriptedGuardAI.cpp
@@ -183,7 +183,7 @@ void guardAI::DoReplyToTextEmote(uint32 em)
void guardAI_orgrimmar::ReceiveEmote(Player* pPlayer, uint32 text_emote)
{
- if (pPlayer->GetTeam()==HORDE)
+ if (pPlayer->GetTeam() == HORDE)
DoReplyToTextEmote(text_emote);
}