[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 case 28441: // AB Effect 000
return false; return false;
case 54530: // Opening
return true;
default: default:
break; break;
} }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10638" #define REVISION_NR "10639"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__