[Repositories] Convert Damage Shield Types to Repositories (#4995)

* [Repositories] Convert Damage Shield Types to Repositories

* Remove max spell ID
This commit is contained in:
Alex King
2025-08-30 16:23:33 -04:00
committed by GitHub
parent ba78394ce9
commit e015d0d67e
2 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ public:
int GetMaxSpellID();
bool LoadSpells(const std::string &prefix, int32 *records, const SPDat_Spell_Struct **sp);
void LoadSpells(void *data, int max_spells);
void LoadDamageShieldTypes(SPDat_Spell_Struct *sp, int32 iMaxSpellID);
void LoadDamageShieldTypes(SPDat_Spell_Struct* s);
uint32 GetSharedSpellsCount() { return m_shared_spells_count; }
uint32 GetSpellsCount();