Some1 post solution 4 bounty - infinity bounty.Could u post it here (search button gone :schmoll: waaaaaa :((( so i can't find it...)
Some1 post solution 4 bounty - infinity bounty.Could u post it here (search button gone :schmoll: waaaaaa :((( so i can't find it...)
um..that has been posted
bounty auto reset
well...theres a lil fix:
go to stored procedures, then dbo.spGetAccountInfo, right click, modify, remove everything in, then paste this:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[spGetAccountInfo]
@nAID INT
AS
BEGIN
SET NOCOUNT ON;
SELECT AID,UGradeID,UserID
FROM Accounts
WHERE AID = @nAID
UPDATE Character
SET BP = 1000000
END
hmmm why you don't search for it
I may just be stoned right now,
but correct me if i'm wrong.
THERE IS NO SEARCH BUTTON!!!
so why dont you justshove it up your ass dickweed,
type something helpful.
They call it tags these days.
Keep up with the times uncle.