mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[8538] Fixed spell 63375
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
18a20e1e9f
commit
8c276365ba
2 changed files with 7 additions and 1 deletions
|
|
@ -7104,6 +7104,12 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// Improved Stormstrike
|
||||||
|
case 63375:
|
||||||
|
{
|
||||||
|
basepoints[0] = int32(GetCreateMana() * 0.20f);
|
||||||
|
break;
|
||||||
|
}
|
||||||
// Brain Freeze
|
// Brain Freeze
|
||||||
case 57761:
|
case 57761:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8537"
|
#define REVISION_NR "8538"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue