PHP Code:
What is this bug?</li><li>you get the trade transport stuck in town and get the trader on a ride pet<br><br>
then trace another player to the other town then when you are there you <br>
relog and the transport will be there with you in the other town<br><br>
safe trade no thief can atk you</li></ul>
PHP Code:
If @EventID = 6 and exists (select * from sro_vt_shard.._charcos where <br>
ownercharid = @CharID and refcharid in (select id from <br>
sro_vt_shard.._refobjcommon where codename128 like '%COS_T%') <br><br>
begin<br><br>
update SRO_VT_SHARD.._InvCOS set itemid = 0<br><br>
where COSID = (select id from sro_vt_shard.._CharCOS where OwnerCharID =<br>
@CharID and RefCharID in (select id from sro_vt_Shard.._RefObjCommon <br>
where codename128 like '%COS_T%'))<br><br>
update SRO_VT_SHARD.dbo._CharCOS set ownercharid = 0 <br><br>
where <br><br>
OwnerCharID = @CharID and RefCharID in (select id from SRO_VT_SHARD.._RefObjCommon where CodeName128 like '%COS_T%')<br><br>
end<br>






