04-07-2017, 12:31 PM
|
#2
|
|
• الانـتـسـاب » Jun 2007
|
• رقـم العـضـويـة » 129
|
• المشـــاركـات » 41
|
• الـدولـة »
|
• الـهـوايـة »
|
• اسـم الـسـيـرفـر » No Server
|
• الـجـنـس » Male
|
• نقـاط التقييم » 10
|
|
|
رد: Trade DC Bug!
اقتباس:
المشاركة الأصلية كتبت بواسطة Legendr
عفوا ,,, لايمكنك مشاهده الروابط لانك غير مسجل لدينا [ للتسجيل اضغط هنا ]
خط حاجات ديه في _addlogchar في SHADLOG
كود PHP:
If @EventID = 6 and exists (select * from sro_vt_shard.._charcos where ownercharid = @CharID and refcharid in (select id from sro_vt_shard.._refobjcommon where codename128 like '%COS_T%')
begin
update SRO_VT_SHARD.._InvCOS set itemid = 0
where COSID = (select id from sro_vt_shard.._CharCOS where OwnerCharID = @CharID and RefCharID in (select id from sro_vt_Shard.._RefObjCommon where codename128 like '%COS_T%'))
update SRO_VT_SHARD.dbo._CharCOS set ownercharid = 0
where
OwnerCharID = @CharID and RefCharID in (select id from SRO_VT_SHARD.._RefObjCommon where CodeName128 like '%COS_T%')
end
|
Msg 156, Level 15, State 1, Procedure _AddLogChar, Line 29
Incorrect syntax near the keyword 'begin'.
|
|
|