[HIDE]
--Hangi Uniqueler Olduğunu Sorgula
select CodeName128 from _RefObjCommon where id in (1954,1982,2002,3810,3875,3877,5871,14936,14997,14996,38211,38212,38213,38214)
--Unique Levellerini Sorgula
select*from _RefObjChar where id in (select Link from _RefObjCommon where id in (1954,1982,2002,3810,3875,3877,5871,14936,14997,14996,38211,38212,38213,38214))
--Unique Levellerini Güncelle
update _RefObjChar set Lvl=100 where id in (select Link from _RefObjCommon where id in (1954,1982,2002,3810,3875,3877,5871,14936,14997,14996,38211,38212,38213,38214))
[/HIDE]
--Hangi Uniqueler Olduğunu Sorgula
select CodeName128 from _RefObjCommon where id in (1954,1982,2002,3810,3875,3877,5871,14936,14997,14996,38211,38212,38213,38214)
--Unique Levellerini Sorgula
select*from _RefObjChar where id in (select Link from _RefObjCommon where id in (1954,1982,2002,3810,3875,3877,5871,14936,14997,14996,38211,38212,38213,38214))
--Unique Levellerini Güncelle
update _RefObjChar set Lvl=100 where id in (select Link from _RefObjCommon where id in (1954,1982,2002,3810,3875,3877,5871,14936,14997,14996,38211,38212,38213,38214))
[/HIDE]