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

@@ -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;