mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
Core: Converted (hopefully) all remaining singletons to use ACE_Singleton class
--HG-- branch : trunk
This commit is contained in:
@@ -256,12 +256,6 @@ SpellMgr::~SpellMgr()
|
||||
{
|
||||
}
|
||||
|
||||
SpellMgr& SpellMgr::Instance()
|
||||
{
|
||||
static SpellMgr spellMgr;
|
||||
return spellMgr;
|
||||
}
|
||||
|
||||
bool SpellMgr::IsSrcTargetSpell(SpellEntry const *spellInfo) const
|
||||
{
|
||||
for (uint8 i = 0; i< MAX_SPELL_EFFECTS; ++i)
|
||||
|
||||
Reference in New Issue
Block a user