Core/Misc: build fixes

(cherry picked from commit aa0b7dd152)
This commit is contained in:
ariel-
2017-05-01 18:52:15 -03:00
committed by funjoker
parent 6604849716
commit e27d7049c3
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#include "EventMap.h"
#include "ObjectGuid.h"
#include "ThreatManager.h"
#include "QuestDef.h"
#define CAST_AI(a, b) (dynamic_cast<a*>(b))
#define ENSURE_AI(a,b) (EnsureAI<a>(b))

View File

@@ -66,7 +66,7 @@ class go_atalai_statue : public GameObjectScript
InstanceScript* instance;
bool GossipHello(Player* player, bool /*reportUse*/) override
bool GossipHello(Player* /*player*/, bool /*reportUse*/) override
{
instance->SetData(EVENT_STATE, me->GetEntry());
return false;