Core/Misc: Few 3.3.5a fixes

This commit is contained in:
Aokromes
2015-07-27 06:02:34 +02:00
parent 18c5c294bb
commit 7162c66930
2 changed files with 3 additions and 0 deletions

View File

@@ -42,7 +42,9 @@ ModelList model_list;
void LoadGameObjectModelList(std::string const& dataPath)
{
#ifndef NO_CORE_FUNCS
uint32 oldMSTime = getMSTime();
#endif
FILE* model_list_file = fopen((dataPath + "vmaps/" + VMAP::GAMEOBJECT_MODELS).c_str(), "rb");
if (!model_list_file)

View File

@@ -18,6 +18,7 @@
#include "CellImpl.h"
#include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
#include "GossipDef.h"
#include "Map.h"
#include "ObjectMgr.h"