mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
13 lines
341 B
SQL
13 lines
341 B
SQL
begin
|
|
|
|
update objects
|
|
set script_list = trim(script_list) || 'item.slicing.salvage_kit:'
|
|
where object_template_id in (
|
|
-14212001, -- object/tangible/slicing/slicing_armor_upgrade_kit.iff
|
|
96542655 -- object/tangible/slicing/slicing_weapon_upgrade_kit.iff
|
|
)
|
|
and script_list not like '%item.slicing.salvage_kit%';
|
|
|
|
commit;
|
|
end;
|
|
/ |