07-03-2013, 03:37 PM
|
#1
|
|
• الانـتـسـاب » Mar 2012
|
• رقـم العـضـويـة » 99172
|
• المشـــاركـات » 1,612
|
• الـدولـة » ⊰∣A̷l̷e̷x̷a̷n̷d̷r̷i̷a̷∣⊱
|
• الـهـوايـة » Developer - P.Server
|
• اسـم الـسـيـرفـر » No Server
|
• الـجـنـس » Male
|
• نقـاط التقييم » 28
|
|
|
ولاه تزعل يا حج
هوا ده
كود PHP:
USE [SRO_VT_SHARD]
GO
update _AlliedClans set Ally1 = 0, Ally2 = 0, Ally3 = 0, Ally4 = 0, Ally5 = 0, Ally6 = 0, Ally7 = 0, Ally8 = 0
print 'Cleaned _AlliedClans'
truncate table _GuildWar
print 'Cleaned _GuildWar'
truncate table _SiegeFortressStoneState
print 'Cleaned _SiegeFortressStoneState'
truncate table _SiegeFortressRequest
print 'Cleaned _SiegeFortressRequest'
truncate table _SiegeFortressObject
print 'Cleaned _SiegeFortressObject'
truncate table _SiegeFortressItemForge
print 'Cleaned _SiegeFortressItemForge'
truncate table _SiegeFortressBattleRecord
print 'Cleaned _SiegeFortressBattleRecord'
update _SiegeFortressStruct SET OwnerGuildID = '0'
print 'Cleaned _SiegeFortressStruct'
UPDATE _SiegeFortress SET GuildID = '0', TaxRatio = '0', Tax = '0', NPCHired = '0', Introduction = NULL, CreatedDungeonTime = NULL, CreatedDungeonCount = NULL
print 'Cleaned _SiegeFortress'
delete from _Guild where ID > 0
print 'Cleaned _Guild'
بتفتح لى يقول صاحب الموضوع تم الحل
|
|
التعديل الأخير تم بواسطة [Dev] Arshivel ; 07-03-2013 الساعة 03:44 PM
|