08-04-2008, 05:08 PM
Код:
delete from droplist where itemid!=57 and mobid not in ('L2Boss','L2RaidBoss','L2Minion');
Убрать дроп
|
08-04-2008, 05:08 PM
Код: delete from droplist where itemid!=57 and mobid not in ('L2Boss','L2RaidBoss','L2Minion');
08-07-2008, 11:05 PM
Ich!go Написал: Немного не корректно... Правильнее так: Код: delete from droplist where itemid!=57 and mobid not in (select `id` from `npc` where type = 'L2Boss' and 'L2RaidBoss' and 'L2Minion'); |
« Предыдущая | Следующая »
|