Skip to content

Commit

Permalink
[11119] Fixed whitspaces line.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Feb 8, 2011
1 parent 989f9f1 commit a439c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/Map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ void Map::CreateInstanceData(bool load)
{
// TODO: make a global storage for this
QueryResult* result;

if (Instanceable())
result = CharacterDatabase.PQuery("SELECT data FROM instance WHERE id = '%u'", i_InstanceId);
else
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11118"
#define REVISION_NR "11119"
#endif // __REVISION_NR_H__

0 comments on commit a439c42

Please sign in to comment.