Rowi
|
Last Activity: 10/24/2009 19:11
Mentions
| 10/14/2019 |
| 08:31 - Remarks24 mentioned Rowi in post EP8 Invalid id or password ...inesend] Script Date: 10/13/2019 23:20:57 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[offlinesend](
[rowid] [int] IDENTITY(1,1) NOT NULL,
[useruid] [int] NULL,
[charid] [int] NULL,
[itemid] [int] NULL,
[count] [int] NULL,
[gem1] [int] NULL,
[gem2] [int] NULL,
[gem3] ... |
| 02/24/2019 |
| 14:14 - ...code in:
PS_GameLog -> Programmability -> Store Procedures -> dbo.usp_Insert_Action_Log_E
IF @ActionType = '108'
BEGIN
-- Merge Consumable items
DECLARE @MyCursor CURSOR, @RowID INT, @RowID2 INT, @Count INT, @Count2 INT, @MaxCount INT, @ItemID INT
SET @MyCursor = CURSOR FOR select RowID from PS_GameData.dbo.CharItems where CharID = @CharID AND (Typ... |





