[10639] Making dummy effect of spell 54530 be positive effect.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-10-24 11:18:11 +02:00
parent a79f9b1fe4
commit 365c4a19e0
2 changed files with 3 additions and 1 deletions

View file

@ -637,6 +637,8 @@ bool IsPositiveEffect(uint32 spellId, SpellEffectIndex effIndex)
{
case 28441: // AB Effect 000
return false;
case 54530: // Opening
return true;
default:
break;
}