Skip to content

Commit

Permalink
[10965] Fixed typo in faction state changes flags reset.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
patman128 authored and VladimirMangos committed Jan 5, 2011
1 parent 6f8309d commit 66d7c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/game/ReputationMgr.cpp
Expand Up @@ -489,8 +489,10 @@ void ReputationMgr::LoadFromDB(QueryResult *result)

// reset changed flag if values similar to saved in DB
if(faction->Flags==dbFactionFlags)
{
faction->needSend = false;
faction->needSave = false;
}
}
}
while( result->NextRow() );
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 "10964"
#define REVISION_NR "10965"
#endif // __REVISION_NR_H__

0 comments on commit 66d7c5c

Please sign in to comment.