mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
*Fix several typos.
--HG-- branch : trunk
This commit is contained in:
@@ -22104,8 +22104,9 @@ void Player::ActivateSpec(uint8 spec)
|
||||
uint32 glyph = m_Glyphs[m_activeSpec][slot];
|
||||
|
||||
// apply primary glyph
|
||||
if (glyph && GlyphPropertiesEntry const *gp = sGlyphPropertiesStore.LookupEntry(glyph))
|
||||
CastSpell(this, gp->SpellId, true);
|
||||
if (glyph)
|
||||
if (GlyphPropertiesEntry const *gp = sGlyphPropertiesStore.LookupEntry(glyph))
|
||||
CastSpell(this, gp->SpellId, true);
|
||||
|
||||
SetGlyph(slot, glyph);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user