Core/Spells: Added debuginfo to SpellEvent assertions

This commit is contained in:
Shauren
2023-06-19 00:44:06 +02:00
parent 3e641606e7
commit afe1b1eeed

View File

@@ -491,6 +491,8 @@ public:
bool IsDeletable() const override;
Spell const* GetSpell() const { return m_Spell; }
std::string GetDebugInfo() const { return m_Spell->GetDebugInfo(); }
protected:
Spell* m_Spell;
};