mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[10019] Implement glyph 45623.
Thanks to Most_Mangos, DonTomika, darkstalker for dollution research.
This commit is contained in:
parent
1750f61d73
commit
57ca730a2f
2 changed files with 10 additions and 1 deletions
|
|
@ -6391,6 +6391,15 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
|
|||
}
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_DRUID:
|
||||
{
|
||||
// Barkskin
|
||||
if (GetId()==22812 && m_target->HasAura(63057)) // Glyph of Barkskin
|
||||
spellId1 = 63058; // Glyph - Barkskin 01
|
||||
else
|
||||
return;
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_ROGUE:
|
||||
// Sprint (skip non player casted spells by category)
|
||||
if (GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000000040) && GetSpellProto()->Category == 44)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10018"
|
||||
#define REVISION_NR "10019"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue