mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: Added debuginfo to SpellEvent assertions
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user