[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:
{
// Glyph of Divinity
if (spellInfo->Id == 11129)
if (spellInfo->Id == 54939)
{
// Lookup base amount mana restore
for (int i = 0; i < MAX_EFFECT_INDEX; ++i)