Augumented Shields
Posted: Wed Oct 14, 2009 11:56 am
How do i remove the augments from shields??06:17 Changeset [3620] by _DS_
Shields can't be augmented, thanks devo. Also little optimisations.
Anyone can help me??

Thxx...

How do i remove the augments from shields??06:17 Changeset [3620] by _DS_
Shields can't be augmented, thanks devo. Also little optimisations.
Code: Select all
DELETE FROM item_attributes WHERE itemId IN (SELECT object_id FROM items WHERE item_id IN (SELECT item_id FROM weapon WHERE weaponType IN ('none')));
Code: Select all
DELETE FROM item_attributes WHERE itemId IN (SELECT object_id FROM items WHERE item_id IN (SELECT item_id FROM weapon WHERE weaponType IN ('rod')));