mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/DataStores: Updated GameObjectDisplayInfo.dbc, GemProperties.dbc, GlyphProperties.dbc, GlyphSlot.dbc, GuildPerkSpells.dbc structs
This commit is contained in:
@@ -5095,7 +5095,7 @@ SpellCastResult Spell::CheckCast(bool strict)
|
||||
{
|
||||
uint32 glyphId = m_spellInfo->Effects[i].MiscValue;
|
||||
if (GlyphPropertiesEntry const* gp = sGlyphPropertiesStore.LookupEntry(glyphId))
|
||||
if (m_caster->HasAura(gp->SpellId))
|
||||
if (m_caster->HasAura(gp->SpellID))
|
||||
return SPELL_FAILED_UNIQUE_GLYPH;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user