Missing Table:
Code:
USE [SRO_VT_SHARDLOG]
GO
/****** Object: Table [dbo].[_AntiJobCheatLog] Script Date: 3/17/2015 9:58:09 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[_AntiJobCheatLog](
[CharID] [int] NOT NULL,
[ItemSerial] [bigint] NOT NULL,
[Date] [date] NOT NULL,
CONSTRAINT [PK__AntiJobCheatLog] PRIMARY KEY CLUSTERED
(
[CharID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
And don't forget to uncomment this line: just delete /* & */
Code:
/*
INSERT INTO _AntiCheatLog
VALUES @CharID, @ItemSerial, GETDATE())
*/
- - - Updated - - -
At least it doesn't works, we need fix!