Core/Spells: Fix glyph of stars (druid)

Port From (https://github.com/TrinityCore/TrinityCore/commit/56ef6c06eb165e9410a1f0af8b54492ad99eeced)
This commit is contained in:
hondacrx
2022-09-24 13:57:38 -04:00
parent 53689df7fa
commit ca55d131ac
3 changed files with 38 additions and 0 deletions
+6
View File
@@ -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;
}