- Mesaj
- 160
- Çözümler
- 2
- Beğeni
- 37
- Puan
- 474
- Ticaret Puanı
- 0
Merhaba,
martysama dosyalarına bakarken mob_proto da güncelleme yapan sql lerde mount_capacity gördüm. Ne işe yaradığını anlamadım. Bilen var mı ?
martysama dosyalarına bakarken mob_proto da güncelleme yapan sql lerde mount_capacity gördüm. Ne işe yaradığını anlamadım. Bilen var mı ?
/* SELECT * FROM `mob_proto_004_completo` WHERE `mount_capacity` <> '0'; ^([0-9]+)\t([0-9]+)$ update mob_proto set mount_capacity=$2 where vnum=$1 limit 1; */ update mob_proto set mount_capacity=1 where vnum=1191 limit 1; update mob_proto set mount_capacity=1 where vnum=1192 limit 1;:
/*
SELECT * FROM `mob_proto_004_completo` WHERE `mount_capacity` <> '0';
^([0-9]+)\t([0-9]+)$
update mob_proto set mount_capacity=$2 where vnum=$1 limit 1;
*/
update mob_proto set mount_capacity=1 where vnum=1191 limit 1;
update mob_proto set mount_capacity=1 where vnum=1192 limit 1;