That make working inventory pet expansion .
Code:
USE [SRO_VT_SHARD] GO /****** Object: StoredProcedure [dbo].[_AddTimedJobForPet] Script Date: 02/24/2013 12:26:27 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO --@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -- Edited by Mixizi Ethereal Online --@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ALTER PROCEDURE [dbo].[_AddTimedJobForPet] @CharID int, @Category tinyint, @JobID int, @TimeToKeep int, @Data1 int, @Data2 int, @Data3 int, @Data4 int, @Data5 int, @Data6 int, @Data7 int, @Data8 int, @Serial64 bigint as if (not exists (select ID from _CharCOS with (nolock) where ID = @CharID)) return -1 declare @NewJobID int set @NewJobID = 0 insert into _TimedJobForPet values(@CharID, @Category, @JobID, 1992999999, @Data1, @Data2, 112, @Data4, @Data5, @Data6, @Data7, @Data8, @Serial64, 0) set @NewJobID = @@identity if (@@error <> 0 or @@rowcount = 0) return -2 return @NewJobID --@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Code:
ITEM_MALL_PET_WATCH_CHULHYEN_4W 1
You are free to change the code for change the amout of page & time.






