-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAll_Stackables_200_Down.sql
More file actions
32 lines (32 loc) · 1.8 KB
/
Copy pathAll_Stackables_200_Down.sql
File metadata and controls
32 lines (32 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
UPDATE item_template SET stackable=60 WHERE stackable=200;
UPDATE item_template SET maxcount=60 WHERE maxcount=200;
UPDATE item_template SET stackable=20 WHERE stackable=200;
UPDATE item_template SET maxcount=20 WHERE maxcount=200;
UPDATE item_template SET stackable=10 WHERE stackable=200;
UPDATE item_template SET maxcount=10 WHERE maxcount=200;
UPDATE item_template SET stackable=5 WHERE stackable=200;
UPDATE item_template SET maxcount=5 WHERE maxcount=200;
UPDATE item_template SET stackable=12 WHERE stackable=200;
UPDATE item_template SET maxcount=12 WHERE maxcount=200;
UPDATE item_template SET stackable=100 WHERE stackable=200;
UPDATE item_template SET maxcount=100 WHERE maxcount=200;
UPDATE item_template SET stackable=25 WHERE stackable=200;
UPDATE item_template SET maxcount=25 WHERE maxcount=200;
UPDATE item_template SET stackable=30 WHERE stackable=200;
UPDATE item_template SET maxcount=30 WHERE maxcount=200;
UPDATE item_template SET stackable=40 WHERE stackable=200;
UPDATE item_template SET maxcount=40 WHERE maxcount=200;
UPDATE item_template SET stackable=8 WHERE stackable=200;
UPDATE item_template SET maxcount=8 WHERE maxcount=200;
UPDATE item_template SET stackable=15 WHERE stackable=200;
UPDATE item_template SET maxcount=15 WHERE maxcount=200;
UPDATE item_template SET stackable=6 WHERE stackable=200;
UPDATE item_template SET maxcount=6 WHERE maxcount=200;
UPDATE item_template SET stackable=50 WHERE stackable=200;
UPDATE item_template SET maxcount=50 WHERE maxcount=200;
UPDATE item_template SET stackable=4 WHERE stackable=200;
UPDATE item_template SET maxcount=4 WHERE maxcount=200;
UPDATE item_template SET stackable=24 WHERE stackable=200;
UPDATE item_template SET maxcount=24 WHERE maxcount=200;
UPDATE item_template SET stackable=3 WHERE stackable=200;
UPDATE item_template SET maxcount=3 WHERE maxcount=200;