Core/Spells: Fix glyph of stars (druid)
Port From (https://github.com/TrinityCore/TrinityCore/commit/56ef6c06eb165e9410a1f0af8b54492ad99eeced)
This commit is contained in:
@@ -1302,6 +1302,12 @@ namespace Game.Entities
|
||||
return 29414;
|
||||
case 35200: // Roc Form
|
||||
return 4877;
|
||||
case 24858: // Moonkin Form
|
||||
{
|
||||
if (HasAura(114301)) // Glyph of Stars
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user