LOG_FILTER_PLAYER, undeclared identifier

get this error when compiling.
Error C2065: ‘LOG_FILTER_CHARACTER’: undeclared identifier


if (textid> = MAX_STRINGS)
{
TC_LOG_ERROR (LOG_FILTER_PLAYER, “botgiver: GetLocaleStringForTextID :: unknown text id:% u”, uint32 (textid));
textValue return;
}

thanks for the help /emoticons/default_mellow.png

LOG_FILTER_PLAYER → “entities.player”

LOG_FILTER_CHARACTER → “entities.player.character”

thxx vicent /emoticons/default_smile.png

— Canned message start —

This thread is not related to the official Trinity codebase and was moved to the Custom Code section.

Please read the stickies next time.

— Canned message end —