mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9045] Implement talent 48539 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com> Also some typos in mangos.sql field order fixes (sql updates in past ahe been correct)
This commit is contained in:
parent
68c8757127
commit
d432c34307
9 changed files with 57 additions and 10 deletions
|
|
@ -2996,6 +2996,7 @@ void Spell::EffectEnergize(uint32 i)
|
|||
level_multiplier = 4;
|
||||
break;
|
||||
case 31930: // Judgements of the Wise
|
||||
case 48542: // Revitalize (mana restore case)
|
||||
case 63375: // Improved Stormstrike
|
||||
damage = damage * unitTarget->GetCreateMana() / 100;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue