FIX /clan close 1.5

Results 1 to 6 of 6
  1. #1
    Valued Member kike2 is offline
    MemberRank
    Nov 2009 Join Date
    Chosica, Lima,Location
    118Posts

    FIX /clan close 1.5

    go:
    Well until finally I solved
    /clan close <nameclan>

    PHP Code:
    Programming-> ProcedimientosAlmacenados-> spReserveCloseClan 
    PHP Code:
    USE [GunzDB
    GO 
    /****** Objeto:  StoredProcedure [dbo].[spReserveCloseClan]    Fecha de la secuencia de comandos: 02/23/2013 16:04:20 ******/ 
    SET ANSI_NULLS ON 
    GO 
    SET QUOTED_IDENTIFIER ON 
    GO 
    ALTER PROC 
    [dbo].[spReserveCloseClan
    @
    CLID int 
    , @ClanName varchar(24
    , @
    MasterCID int 
    , @DeleteDate varchar(24
    AS 
    UPDATE Clan SET DeleteFlag=1Name=NULLDeleteName=@ClanName WHERE CLID=@CLID AND MasterCID=@MasterCID 
    DELETE FROM ClanMember WHERE CLID
    =@CLID 
    PHP Code:
    Message.xml  
    <MSG id="1108"This clan is dissolvedPlease relog. </ Msg
    ami good worked well , no have errors!


  2. #2
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: FIX /clan close 1.5

    Where was this posted before? Lol.

  3. #3
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: FIX /clan close 1.5

    Quote Originally Posted by Anju View Post
    Where was this posted before? Lol.
    ok thats cool fix, i dont think its posted before.. nvm ty for contribution,.

  4. #4

    Re: FIX /clan close 1.5

    Pretty sure there's already a fix for this.

    Way back.

  5. #5
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: FIX /clan close 1.5

    This is one I remember I believe: http://forum.ragezone.com/f245/clan-...ix-2-a-594225/

  6. #6
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: FIX /clan close 1.5

    Quote Originally Posted by Anju View Post
    Yeah, that's the one. But hey, I already pointed out this was a copy/paste after reading

    Programming-> ProcedimientosAlmacenados-> spReserveCloseClan



Advertisement