Core/Misc: multiple changes

* fixed build
* apply tc codestyle to ObjectGuid class
* fixed warning
This commit is contained in:
joschiwald
2014-09-19 03:16:59 +02:00
parent 5b363992ff
commit 0f1f7ef401
10 changed files with 60 additions and 72 deletions

View File

@@ -23,10 +23,10 @@ SDComment: This AI is under development
SDCategory: Npc
EndScriptData */
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedFollowerAI.h"
#include "Group.h"
#include "Player.h"
const float MAX_PLAYER_DISTANCE = 100.0f;