[8674] Fixed mistake in my commit [8657]

I accidentaly put code into wrong switch.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-10-18 20:16:19 +02:00
parent ef2992f175
commit 356f1da19b
2 changed files with 2 additions and 2 deletions

View file

@ -439,7 +439,6 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
switch(spellId)
{
case 28441: // AB Effect 000
case 44689: // Relay Race Accept Hidden Debuff - DND
return false;
default:
break;
@ -471,6 +470,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
case 38638: // Nether Exhaustion (green)
case 38639: // Nether Exhaustion (blue)
case 11196: // Recently Bandaged
case 44689: // Relay Race Accept Hidden Debuff - DND
return false;
// some spells have unclear target modes for selection, so just make effect positive
case 27184: