From 2454c290b84e04bd0321ca94e0be8c8dc7eedbe8 Mon Sep 17 00:00:00 2001 From: Spp Date: Wed, 7 Apr 2010 23:25:02 +0200 Subject: Code Style (game + scripts only): "==" --> " == " (when needed) --HG-- branch : trunk --- src/game/ScriptedGuardAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/ScriptedGuardAI.cpp') 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); } -- cgit v1.2.3