We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e2628 commit 25dd609Copy full SHA for 25dd609
src/mod_zone_difficulty_scripts.cpp
@@ -43,7 +43,7 @@ class mod_zone_difficulty_unitscript : public UnitScript
43
if (!sZoneDifficulty->IsValidNerfTarget(target))
44
return;
45
46
- if (!sZoneDifficulty->ShouldNerfMap(targett->GetMapId()) && !sZoneDifficulty->ShouldNerfInDuels(target))
+ if (!sZoneDifficulty->ShouldNerfMap(target->GetMapId()) && !sZoneDifficulty->ShouldNerfInDuels(target))
47
48
49
SpellInfo const* spellInfo = aura->GetSpellInfo();
0 commit comments