mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[9987] Restore work talent 12311 and ranks.
Thanks to insider42 for prepare patch for mangos. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
5a8c84a2ec
commit
4d61fba28f
2 changed files with 7 additions and 1 deletions
|
|
@ -5691,6 +5691,12 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
||||||
triggered_spell_id = 22858;
|
triggered_spell_id = 22858;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// Gag Order
|
||||||
|
if (dummySpell->SpellIconID == 280)
|
||||||
|
{
|
||||||
|
triggered_spell_id = 18498; // Silenced - Gag Order
|
||||||
|
break;
|
||||||
|
}
|
||||||
// Second Wind
|
// Second Wind
|
||||||
if (dummySpell->SpellIconID == 1697)
|
if (dummySpell->SpellIconID == 1697)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9986"
|
#define REVISION_NR "9987"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue