mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Scripting: Fix warning
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
go_emberseerout = 0;
|
||||
}
|
||||
|
||||
void OnPlayerEnter(Player* player)
|
||||
void OnPlayerEnter(Player* /*player*/)
|
||||
{
|
||||
if ((GetBossState(DATA_DRAGONSPIRE_ROOM) != DONE))
|
||||
Events.ScheduleEvent(EVENT_DARGONSPIRE_ROOM_STORE, 4000);
|
||||
|
||||
Reference in New Issue
Block a user