Core/Spells: Replaced assert with startup error log

Port From (https://github.com/TrinityCore/TrinityCore/commit/8043b71708e2efd380c7a1f6a738a1e9e497706d)
This commit is contained in:
Hondacrx
2024-08-26 00:03:26 -04:00
parent 800bf056ee
commit e4e660c995
3 changed files with 27 additions and 0 deletions
+2
View File
@@ -2675,6 +2675,8 @@ namespace Game.Spells
return aura;
}
public List<AuraScript> GetLoadedScripts() { return m_loadedScripts; }
#region Fields
List<AuraScript> m_loadedScripts = new();
SpellInfo m_spellInfo;