-
处理重复上号
CREATE PROCEDURE ACCOUNT_LOGIN
@AccountID varchar(21),
@Password varchar(13),
@nRet smallint OUTPUT
AS
delete from currentuser where straccountid = @AccountID
DECLARE @Nation tinyint, @Char ...
jinwenjian2009-6-23
-
取消弓的3连,5连
ctgwglzc2009-9-11
-
处理重复上号
CREATE PROCEDURE ACCOUNT_LOGIN
@AccountID varchar(21),
@Password varchar(13),
@nRet smallint OUTPUT
AS
delete from currentuser where straccountid = @AccountID
DECLARE @Nation tinyint, @Char ...
jinwenjian2010-1-21
-
%100 USKO Level UP
%100 USKO Level UP
serdar79us2011-7-12
-
100% USKO Guard Tower
credit by me
Twisted2011-9-26
-
[1.298, 1.310/1.351/2.0] Patch out unused procedures
So, to steal someone's error logs, this thread will show you how (and where) to patch out commonly unused procedures such as in the following:
What we'll do, is patch out the triggers in Eb ...
Twisted2011-10-13