mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[10181] Fix spell 55681. Thanks Danstahr.
This commit is contained in:
parent
09d61040e6
commit
6c8967ae5f
2 changed files with 4 additions and 1 deletions
|
|
@ -2899,6 +2899,9 @@ bool Unit::HandleProcTriggerSpellAuraProc(Unit *pVictim, uint32 damage, Aura* tr
|
||||||
basepoints[0] = damage * triggerAmount / 100 / 3;
|
basepoints[0] = damage * triggerAmount / 100 / 3;
|
||||||
target = this;
|
target = this;
|
||||||
}
|
}
|
||||||
|
// Glyph of Shadow Word: Pain
|
||||||
|
else if (auraSpellInfo->Id == 55681)
|
||||||
|
basepoints[0] = triggerAmount * GetCreateMana() / 100;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SPELLFAMILY_DRUID:
|
case SPELLFAMILY_DRUID:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10180"
|
#define REVISION_NR "10181"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue