mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8540] Revert "[8538] Fixed spell 63375" due to patch incorrectness.
Revert suggested by Vladimir. This reverts commit 6217b913c35563f68ea3c414367cd7ac84236b3e. Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
a84f2cba63
commit
eb46131715
2 changed files with 1 additions and 7 deletions
|
|
@ -7104,12 +7104,6 @@ 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 "8539"
|
#define REVISION_NR "8540"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue