[11266] Fixed work glyph 41108 (typo in spell id)

This commit is contained in:
VladimirMangos 2011-03-20 03:21:48 +03:00
parent 0432802379
commit 52c6d0ef24
2 changed files with 2 additions and 2 deletions

View file

@ -3830,7 +3830,7 @@ SpellAuraProcResult Unit::HandleAddPctModifierAuraProc(Unit* /*pVictim*/, uint32
case SPELLFAMILY_PALADIN: case SPELLFAMILY_PALADIN:
{ {
// Glyph of Divinity // Glyph of Divinity
if (spellInfo->Id == 11129) if (spellInfo->Id == 54939)
{ {
// Lookup base amount mana restore // Lookup base amount mana restore
for (int i = 0; i < MAX_EFFECT_INDEX; ++i) for (int i = 0; i < MAX_EFFECT_INDEX; ++i)

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 "11265" #define REVISION_NR "11266"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__