Feat: Add new method on SpellInfo (GetEffectMiscValue) (#342)

This commit is contained in:
Wahza
2025-11-09 14:36:32 +01:00
committed by GitHub
parent 1ac94f18a3
commit e5051ee30a
2 changed files with 62 additions and 0 deletions

View File

@@ -1468,6 +1468,8 @@ ALERegister<SpellInfo> SpellInfoMethods[] =
{ "GetExplicitTargetMask", &LuaSpellInfo::GetExplicitTargetMask },
{ "GetAuraState", &LuaSpellInfo::GetAuraState },
{ "GetSpellSpecific", &LuaSpellInfo::GetSpellSpecific },
{ "GetEffectMiscValueA", &LuaSpellInfo::GetEffectMiscValueA },
{ "GetEffectMiscValueB", &LuaSpellInfo::GetEffectMiscValueB },
// Setters