Core/Misc: identation fixes

This commit is contained in:
moob0
2016-11-22 22:32:50 +01:00
committed by Shin
parent bb429b22cf
commit a9ca43310e
4 changed files with 15 additions and 30 deletions

View File

@@ -1437,12 +1437,6 @@ void ScriptMgr::OnGroupDisband(Group* group)
FOREACH_SCRIPT(GroupScript)->OnDisband(group);
}
/*void ScriptMgr::OnGroupJoinBG(Group* group, Battleground* bg)
{
ASSERT(group);
FOREACH_SCRIPT(GroupScript)->OnGroupJoinBG(group, bg);
}*/
void ScriptMgr::OnGlobalItemDelFromDB(SQLTransaction& trans, uint32 itemGuid)
{
ASSERT(trans);