Skip to content

Commit

Permalink
Classify thief as a trader and bump from 160 to 170 holds (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Page- authored Jan 28, 2021
1 parent 91d142c commit 4145d3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/patches/V1_6_65_11__thief_buff.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Thief to 170 holds
UPDATE ship_type_support_hardware SET max_amount = 170 WHERE ship_type_id = 23 AND hardware_type_id = 3;
-- Thief to trader class
UPDATE ship_type st SET st.ship_class_id = 2 WHERE st.ship_type_id = 23;

0 comments on commit 4145d3d

Please sign in to comment.