mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8260] Fixed energize anount for spell 63375
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
68c86d0480
commit
38326edb12
2 changed files with 5 additions and 1 deletions
|
|
@ -6879,6 +6879,10 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// Improved Stormstrike
|
||||||
|
case 63375:
|
||||||
|
basepoints0 = int32(GetCreateMana() * triggerAmount / 100);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( cooldown && GetTypeId()==TYPEID_PLAYER && ((Player*)this)->HasSpellCooldown(trigger_spell_id))
|
if( cooldown && GetTypeId()==TYPEID_PLAYER && ((Player*)this)->HasSpellCooldown(trigger_spell_id))
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8259"
|
#define REVISION_NR "8260"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue