diff options
| author | Gyx <2359980687@qq.com> | 2012-03-28 19:11:50 +0800 |
|---|---|---|
| committer | Gyx <2359980687@qq.com> | 2012-03-28 19:11:50 +0800 |
| commit | 72cdcbfcedafe223837c5011431373ef852a9c8b (patch) | |
| tree | 4549db7310e33b70d4b81b47371e8254ff805b6f /src/server/game/Handlers/NPCHandler.cpp | |
| parent | a20fa23ea6e151220678e51a790fbab599db32d9 (diff) | |
Core/Game: Code style.
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'src/server/game/Handlers/NPCHandler.cpp')
| -rwxr-xr-x | src/server/game/Handlers/NPCHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Handlers/NPCHandler.cpp b/src/server/game/Handlers/NPCHandler.cpp index 5479791d341..f0c3093aa25 100755 --- a/src/server/game/Handlers/NPCHandler.cpp +++ b/src/server/game/Handlers/NPCHandler.cpp @@ -169,7 +169,7 @@ void WorldSession::SendTrainerList(uint64 guid, const std::string& strTitle) bool valid = true; bool primary_prof_first_rank = false; - for (uint8 i = 0; i < MAX_SPELL_EFFECTS ; ++i) + for (uint8 i = 0; i < MAX_SPELL_EFFECTS; ++i) { if (!tSpell->learnedSpell[i]) continue; @@ -199,7 +199,7 @@ void WorldSession::SendTrainerList(uint64 guid, const std::string& strTitle) data << uint32(tSpell->reqSkillValue); //prev + req or req + 0 uint8 maxReq = 0; - for (uint8 i = 0; i < MAX_SPELL_EFFECTS ; ++i) + for (uint8 i = 0; i < MAX_SPELL_EFFECTS; ++i) { if (!tSpell->learnedSpell[i]) continue; |
