Core/Spells: Replaced assert with startup error log
Port From (https://github.com/TrinityCore/TrinityCore/commit/8043b71708e2efd380c7a1f6a738a1e9e497706d)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user