Core/Misc: build fixes

This commit is contained in:
ariel-
2017-05-01 18:52:15 -03:00
parent f913f3bb89
commit aa0b7dd152
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
#include "Unit.h"
#include "Containers.h"
#include "EventMap.h"
#include "QuestDef.h"
#include <list>
class Player;

View File

@@ -73,7 +73,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;