-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAll_Stackables_200_Up.sql
More file actions
32 lines (32 loc) · 1.8 KB
/
Copy pathAll_Stackables_200_Up.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=200 WHERE stackable=60;
UPDATE item_template SET maxcount=200 WHERE maxcount=60;
UPDATE item_template SET stackable=200 WHERE stackable=20;
UPDATE item_template SET maxcount=200 WHERE maxcount=20;
UPDATE item_template SET stackable=200 WHERE stackable=10;
UPDATE item_template SET maxcount=200 WHERE maxcount=10;
UPDATE item_template SET stackable=200 WHERE stackable=5;
UPDATE item_template SET maxcount=200 WHERE maxcount=5;
UPDATE item_template SET stackable=200 WHERE stackable=12;
UPDATE item_template SET maxcount=200 WHERE maxcount=12;
UPDATE item_template SET stackable=200 WHERE stackable=100;
UPDATE item_template SET maxcount=200 WHERE maxcount=100;
UPDATE item_template SET stackable=200 WHERE stackable=25;
UPDATE item_template SET maxcount=200 WHERE maxcount=25;
UPDATE item_template SET stackable=200 WHERE stackable=30;
UPDATE item_template SET maxcount=200 WHERE maxcount=30;
UPDATE item_template SET stackable=200 WHERE stackable=40;
UPDATE item_template SET maxcount=200 WHERE maxcount=40;
UPDATE item_template SET stackable=200 WHERE stackable=8;
UPDATE item_template SET maxcount=200 WHERE maxcount=8;
UPDATE item_template SET stackable=200 WHERE stackable=15;
UPDATE item_template SET maxcount=200 WHERE maxcount=15;
UPDATE item_template SET stackable=200 WHERE stackable=6;
UPDATE item_template SET maxcount=200 WHERE maxcount=6;
UPDATE item_template SET stackable=200 WHERE stackable=50;
UPDATE item_template SET maxcount=200 WHERE maxcount=50;
UPDATE item_template SET stackable=200 WHERE stackable=4;
UPDATE item_template SET maxcount=200 WHERE maxcount=4;
UPDATE item_template SET stackable=200 WHERE stackable=24;
UPDATE item_template SET maxcount=200 WHERE maxcount=24;
UPDATE item_template SET stackable=200 WHERE stackable=3;
UPDATE item_template SET maxcount=200 WHERE maxcount=3;