Merge pull request #14491 from doctaweeks/fixes-for-6.x

Fixes for 6.x
This commit is contained in:
Carbenium
2015-04-05 00:16:36 +02:00
59 changed files with 89 additions and 90 deletions

View File

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