:facepalm:
1. Go to Your Datbase... My called SRO_VT_SHARD
Open IT, Find Programmability , Find StoredProcedures,
Find dbo._AddNewChar , with right mouse button click once on it and then with left button click on the menu where you see "Modify", in the right part of window , you will see something like this
PHP Code:
USE [SRO_VT_SHARD]
GO
/****** Object: StoredProcedure [dbo].[_AddNewChar] Script Date: 02/20/2016 18:28:11 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
ALTER PROCEDURE [dbo].[_AddNewChar]
@UserJID INT,
--@CharSlot INT,
@RefCharID INT,
@CharName varchar (64),
@CharScale tinyINT,
@StartRegionID INT,
@StartPos_X real,
@StartPos_Y real,
@StartPos_Z real,
@DefaultTeleport INT,
@RefMailID INT,
@RefPantsID INT,
Move your cursor over there , and click on it once with left mouse button,
then press CTRL + A , and then CTRL + C, and then make here new post with your procedure (CTRL + V) :P
enough.