07-03-2013, 12:57 PM
|
#2
|
مـشـرف عـام TR-SRO , RU-SRO
|
• الانـتـسـاب » Jul 2008
|
• رقـم العـضـويـة » 26773
|
• المشـــاركـات » 1,620
|
• الـدولـة » Alex
|
• الـهـوايـة »
|
• اسـم الـسـيـرفـر » No Server
|
• الـجـنـس » Male
|
• نقـاط التقييم » 23
|
|
|
اتفضل
كود:
USE SRO_VT_SHARD
GO
truncate table _GuildMember
truncate table _GuildChest
update _AlliedClans set Ally1 = 0, Ally2 = 0, Ally3 = 0, Ally4 = 0, Ally5 = 0, Ally6 = 0, Ally7 = 0, Ally8 = 0
truncate table _GuildWar
delete from _Guild where ID > 0
delete from _AlliedClans where ID > 0
|
|
|