Skip to content

Commit

Permalink
[11943] Fix non-pch compile, thanks to NeatElves for pointing
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmoozerd committed Apr 7, 2012
1 parent 703a676 commit a8cceae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/game/ScriptMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#include "WaypointManager.h"
#include "World.h"
#include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
#include "Cell.h"
#include "CellImpl.h"

#include "revision_nr.h"

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 "11942"
#define REVISION_NR "11943"
#endif // __REVISION_NR_H__

0 comments on commit a8cceae

Please sign in to comment.