update [TBL_Char] set FLD_JOB_LEVEL=5,FLD_MONEY=50000000 where FLD_LEVEL>99 and FLD_JOB_LEVEL=4
update [TBL_Char] set FLD_LEVEL=1,FLD_EXP=0,FLD_DZ=0,FLD_MONEY=50000000,FLD_HP=1000,FLD_ZS=1 where FLD_LEVEL=110 and FLD_DZ=1 and FLD_ZS=0
update [TBL_Char] set FLD_LEVEL=1,FLD_EXP=0,FLD_DZ=0,FLD_MONEY=60000000,FLD_HP=2000,FLD_ZS=2 where FLD_LEVEL=110 and FLD_DZ=1 and FLD_ZS=1
update [TBL_Char] set FLD_LEVEL=1,FLD_EXP=0,FLD_DZ=0,FLD_MONEY=70000000,FLD_HP=3000,FLD_ZS=3 where FLD_LEVEL=110 and FLD_DZ=1 and FLD_ZS=2
update [TBL_Char] set FLD_LEVEL=1,FLD_EXP=0,FLD_DZ=0,FLD_MONEY=80000000,FLD_HP=4000,FLD_ZS=4 where FLD_LEVEL=110 and FLD_DZ=1 and FLD_ZS=3
update [TBL_Char] set FLD_LEVEL=1,FLD_EXP=0,FLD_DZ=0,FLD_MONEY=90000000,FLD_HP=5000,FLD_ZS=5 where FLD_LEVEL=110 and FLD_DZ=1 and FLD_ZS=4
GO