Skip to content

Commit

Permalink
[10954] Drop not help clarify code comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Jan 3, 2011
1 parent 0d722cc commit 258d479
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/game/Player.cpp
Expand Up @@ -3713,7 +3713,6 @@ void Player::_SaveSpellCooldowns()
time_t curTime = time(NULL);
time_t infTime = curTime + infinityCooldownDelayCheck;

/* copied following sql-code partly from achievementmgr */
bool first_round = true;
std::ostringstream ss;

Expand Down Expand Up @@ -17177,8 +17176,6 @@ void Player::_SaveAuras()
if (auraHolders.empty())
return;

/* copied following sql-code partly from achievementmgr */

for(SpellAuraHolderMap::const_iterator itr = auraHolders.begin(); itr != auraHolders.end(); ++itr)
{
SpellAuraHolder *holder = itr->second;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10953"
#define REVISION_NR "10954"
#endif // __REVISION_NR_H__

0 comments on commit 258d479

Please sign in to comment.