Core: Get rid of dirty operator workaround for ACE_Singleton class implementation

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-12-22 21:25:23 +01:00
parent 0948fc5bbe
commit 0f3b9019a8
159 changed files with 1943 additions and 1939 deletions

View File

@@ -58,7 +58,7 @@ class ItemUse_example_item : public ItemScript
bool OnUse(Player* /*player*/, Item* /*item*/, SpellCastTargets const& /*targets*/)
{
sScriptMgr.LoadDatabase();
sScriptMgr->LoadDatabase();
return true;
}
};