What is itCode:[01/07/11 18:07:48] GARBAGE SESSION CLEANING: ClientCount = 2, SessionCount = 2, AgentCount = 0, CommandPool = 11, objHistoryCount = 4 MMatchDBMgr:: UpdateCharInfoData - error Arithmetic overflow error converting expression to data type int. Execution of this instruction was interrupted. [18:10:03] Async DB Query (OnAsyncUpdateCharInfoData) Failed MMatchDBMgr:: UpdateCharInfoData - error Arithmetic overflow error converting expression to data type int. Execution of this instruction was interrupted. [18:10:47] Async DB Query (OnAsyncUpdateCharInfoData) Failed
dbo.CharacterCode:USE [gunzdb] GO /****** Object: StoredProcedure [dbo].[spUpdateCharInfoData] Script Date: 01/08/2011 12:30:52 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO /* 캐릭터 정보(XP, BP, KillCount, DeathCount) 업데이트 */ ALTER PROC [dbo].[spUpdateCharInfoData] @XPInc int, @BPInc int, @KillInc int, @DeathInc int, @CID int AS SET NOCOUNT ON UPDATE Character SET XP=XP+(@XPInc), BP=BP+(@BPInc), KillCount=KillCount+(@KillInc), DeathCount=DeathCount+(@DeathInc) WHERE CID=@CID
Code:/****** Сценарий для команды SelectTopNRows среды SSMS ******/ SELECT TOP 1000 [CID] ,[AID] ,[Name] ,[Level] ,[Sex] ,[CharNum] ,[Hair] ,[Face] ,[XP] ,[BP] ,[HP] ,[AP] ,[FR] ,[CR] ,[ER] ,[WR] ,[head_slot] ,[chest_slot] ,[hands_slot] ,[legs_slot] ,[feet_slot] ,[fingerl_slot] ,[fingerr_slot] ,[melee_slot] ,[primary_slot] ,[secondary_slot] ,[custom1_slot] ,[custom2_slot] ,[RegDate] ,[LastTime] ,[PlayTime] ,[GameCount] ,[KillCount] ,[DeathCount] ,[DeleteFlag] ,[DeleteName] ,[head_itemid] ,[chest_itemid] ,[hands_itemid] ,[legs_itemid] ,[feet_itemid] ,[fingerl_itemid] ,[fingerr_itemid] ,[melee_itemid] ,[primary_itemid] ,[secondary_itemid] ,[custom1_itemid] ,[custom2_itemid] ,[QuestItemInfo] ,[Ranking] FROM [gunzdb].[dbo].[Character]
Why rank in the game does not change...
![]()


Reply With Quote

