BUG not leveling and weapon level SOURCER 5733

07/22/2013 18:58 marcuszanini#1
Hello guys, I can not level up on my server, I already edited the table in Navicat configuration and shecoconfig and nothing yet. Can someone help me please and sourcer [Only registered and activated users can see links. Click Here To Register...]
07/22/2013 19:21 abdoumatrix#2
PHP Code:
public ulong Experience
        
{
            
get
            
{
                return 
this._experience;
            }
            
set
            
{
                if (
this.EntityFlag == Conquer_Online_Server.Game.EntityFlag.Player)
                {
                    
this.Update(5valuefalse);
                }
                
this._experience value;
            }
        }