mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
@@ -118,7 +118,7 @@ class boss_slabhide : public CreatureScript
|
||||
instance->SetData(DATA_SLABHIDE_INTRO, NOT_STARTED);
|
||||
}
|
||||
|
||||
void Reset()
|
||||
void Reset() override
|
||||
{
|
||||
if (instance->GetData(DATA_SLABHIDE_INTRO) == NOT_STARTED)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user