Note: Don't ever use an IP Country filter again.Code:MODE="clan"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1
[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
Also, as I've said in the previous post, change the procedure data type of the variable to int, and replace the "QuestLog" table's column data type to int.
You will need to find the column name of the table and the procedure variable that stores the data which overflowed.

