set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
use RF_World
go
/****** Object: Stored Procedure dbo.pInsert_Avator_Belt Script Date: 2003-07-11 ?? 10:04:53 ******/
/****** Created by Ron — www.RF-DEV.com ******/
ALTER PROCEDURE [dbo].[pInsert_General]
@serial int,
@map int
AS
INSERT [dbo].[tbl_general] (Serial, Map, BagNum)
VALUES (@serial, @map, 5)