[10271] Include ObjectMgr.h to reputationMgr, helping *nix compilers to know what to do

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-07-25 18:48:02 +02:00
parent fb1e8c01ef
commit 747d1ebdcf
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@
#include "DBCStores.h"
#include "Player.h"
#include "WorldPacket.h"
#include "ObjectMgr.h"
const int32 ReputationMgr::PointsInRank[MAX_REPUTATION_RANK] = {36000, 3000, 3000, 3000, 6000, 12000, 21000, 1000};

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10270"
#define REVISION_NR "10271"
#endif // __REVISION_NR_H__