diff options
| author | Spp <none@none> | 2010-04-07 23:25:02 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-07 23:25:02 +0200 |
| commit | 2454c290b84e04bd0321ca94e0be8c8dc7eedbe8 (patch) | |
| tree | b744629b9fc3004bcb717c5f95a10724df3a6a62 /src/scripts/kalimdor/winterspring.cpp | |
| parent | 49d05ba9aa1cd5c1f3ae96546283e6d03a037ff7 (diff) | |
Code Style (game + scripts only):
"==" --> " == " (when needed)
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/kalimdor/winterspring.cpp')
| -rw-r--r-- | src/scripts/kalimdor/winterspring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/kalimdor/winterspring.cpp b/src/scripts/kalimdor/winterspring.cpp index e91acaf2912..522a3cc7d92 100644 --- a/src/scripts/kalimdor/winterspring.cpp +++ b/src/scripts/kalimdor/winterspring.cpp @@ -134,7 +134,7 @@ bool GossipHello_npc_witch_doctor_mauari(Player* pPlayer, Creature* pCreature) bool GossipSelect_npc_witch_doctor_mauari(Player* pPlayer, Creature* pCreature, uint32 uiSender, uint32 uiAction) { - if (uiAction ==GOSSIP_ACTION_INFO_DEF+1) + if (uiAction == GOSSIP_ACTION_INFO_DEF+1) { pPlayer->CLOSE_GOSSIP_MENU(); pCreature->CastSpell(pPlayer, 16351, false); |
