Core/Logging: Move player delete logging to new type LOG_FILTER_PLAYER_DELETE (34). Also add missing sql from 55ce180f28

This commit is contained in:
Spp
2012-08-06 08:49:31 +02:00
parent 1bd8cb9a7c
commit 483fb42306
5 changed files with 16 additions and 12 deletions

View File

@@ -201,6 +201,8 @@ char const* Appender::getLogFilterTypeString(LogFilterType type)
return "GAMEEVENTS";
case LOG_FILTER_CALENDAR:
return "CALENDAR";
case LOG_FILTER_PLAYER_DELETE:
return "PLAYER_DELETE";
default:
break;
}