Script/Spell: Apply Frost Imbued Blade only in 25 man mode

Note: Quest credit spells are already casted in 25 man mode only.
This commit is contained in:
Gacko
2013-04-12 17:34:43 +02:00
parent f9422066f2
commit 96ad520ea3

View File

@@ -1131,7 +1131,8 @@ class spell_sindragosa_frost_breath : public SpellScriptLoader
if (!target)
return;
if (target->GetQuestStatus(QUEST_FROST_INFUSION) != QUEST_STATUS_INCOMPLETE)
// Check difficulty and quest status
if (!(target->GetRaidDifficulty() & RAID_DIFFICULTY_MASK_25MAN) || target->GetQuestStatus(QUEST_FROST_INFUSION) != QUEST_STATUS_INCOMPLETE)
return;
// Check if player has Shadow's Edge equipped and not ready for infusion