mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11266] Fixed work glyph 41108 (typo in spell id)
This commit is contained in:
parent
0432802379
commit
52c6d0ef24
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue