i'v reseted the players skill using this query
then used this
no whenever someone uses auto attack it gives this error

any help maybe ?
PHP Code:
DELETE [dbo].[_CharSkill] WHERE [SkillID] > '2' and SkillID<'40'
DELETE [dbo].[_CharSkill] WHERE [SkillID] > '40' and SkillID<'70'
DELETE [dbo].[_CharSkill] WHERE [SkillID] > '70'
PHP Code:
update _ClientConfig
set Data = '0'

any help maybe ?






