mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: build fixes
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "Unit.h"
|
||||
#include "Containers.h"
|
||||
#include "EventMap.h"
|
||||
#include "QuestDef.h"
|
||||
#include <list>
|
||||
|
||||
class Player;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user