mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +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:
|
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)
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue