[7625] Drop unexpected published debug related include line

This commit is contained in:
VladimirMangos 2009-04-06 01:50:13 +04:00
parent 8b9d57ebcd
commit 361e2eba42
2 changed files with 1 additions and 3 deletions

View file

@ -1616,8 +1616,6 @@ float Map::GetHeight(float x, float y, float z, bool pUseVmaps) const
}
}
#include "World.h"
uint16 Map::GetAreaFlag(float x, float y, float z) const
{
uint16 areaflag;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7624"
#define REVISION_NR "7625"
#endif // __REVISION_NR_H__