[8037] Make one from trigger targeting spell effects positive.

This commit is contained in:
VladimirMangos 2009-06-18 00:32:13 +04:00
parent 3964a0d603
commit 2964a44c25
2 changed files with 4 additions and 1 deletions

View file

@ -332,6 +332,9 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
case 38638: // Nether Exhaustion (green)
case 38639: // Nether Exhaustion (blue)
return false;
// some spells have unclear target modes for selection, so just make its positive
case 27202: // Summon Lord Valthalak DND
return true;
default:
break;
}