Buying 0Bounty item's with 0Bounty

Results 1 to 3 of 3
  1. #1
    Member Hideasu is offline
    MemberRank
    Aug 2011 Join Date
    CanadaLocation
    78Posts

    Buying 0Bounty item's with 0Bounty

    Stored procedure: [dbo].[spBuyBountyItem]

    Replace:
    Code:
    DECLARE @Bounty INT;
    DECLARE @OrderCIID INT;
    DECLARE @Cnt INT;
    To:
    Code:
    DECLARE @Bounty INT;
    SELECT @Bounty = BP FROM Character(NOLOCK) WHERE CID = @CID
    DECLARE @OrderCIID INT;
    DECLARE @Cnt INT;


  2. #2
    Gregon13 OldSchoolGZ is offline
    MemberRank
    Jan 2012 Join Date
    CanadaLocation
    244Posts

    Re: Buying 0Bounty item's whit 0Bounty

    did the trick I was close I had it a little different thank you

  3. #3
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Buying 0Bounty item's with 0Bounty

    Works jaja good work (: even though it's quiet simple.

    Sent from my GT-I9070 using Tapatalk 2



Advertisement