Core/Scripting: Fix warning

This commit is contained in:
Malcrom
2013-06-23 11:47:08 -02:30
parent 7c19fb8d0e
commit bb5ef1b462

View File

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