Skip to content

Commit 6c2b700

Browse files
author
LocalIdentity
committed
Fix Spec
1 parent 1b31293 commit 6c2b700

File tree

1 file changed

+34
-20
lines changed

1 file changed

+34
-20
lines changed

src/Export/spec.lua

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2462,7 +2462,7 @@ return {
24622462
width=50
24632463
},
24642464
[36]={
2465-
list=false,
2465+
list=true,
24662466
name="",
24672467
refTo="",
24682468
type="Key",
@@ -2532,46 +2532,53 @@ return {
25322532
width=50
25332533
},
25342534
[46]={
2535-
list=false,
2536-
name="",
2537-
refTo="",
2538-
type="Bool",
2539-
width=50
2540-
},
2541-
[47]={
25422535
list=false,
25432536
name="",
25442537
refTo="Stats",
25452538
type="Key",
2546-
width=150
2539+
width=100
25472540
},
2548-
[48]={
2549-
list=false,
2541+
[47]={
2542+
list=true,
25502543
name="",
25512544
refTo="",
25522545
type="Int",
2553-
width=150
2546+
width=50
25542547
},
2555-
[49]={
2548+
[48]={
25562549
list=false,
25572550
name="",
25582551
refTo="",
2559-
type="UInt16",
2560-
width=150
2552+
type="String",
2553+
width=50
25612554
},
2562-
[50]={
2563-
list=false,
2555+
[49]={
2556+
list=true,
25642557
name="",
25652558
refTo="Stats",
25662559
type="Key",
25672560
width=150
25682561
},
2562+
[50]={
2563+
list=true,
2564+
name="",
2565+
refTo="",
2566+
type="Int",
2567+
width=50
2568+
},
25692569
[51]={
25702570
list=false,
25712571
name="",
25722572
refTo="",
2573-
type="Bool",
2574-
width=150
2573+
type="Int",
2574+
width=50
2575+
},
2576+
[52]={
2577+
list=true,
2578+
name="",
2579+
refTo="",
2580+
type="Key",
2581+
width=50
25752582
}
25762583
},
25772584
buffgroups={
@@ -2678,6 +2685,13 @@ return {
26782685
refTo="Stats",
26792686
type="Key",
26802687
width=150
2688+
},
2689+
[15]={
2690+
list=false,
2691+
name="",
2692+
refTo="",
2693+
type="Bool",
2694+
width=150
26812695
}
26822696
},
26832697
buffvisualartvariations={
@@ -10318,7 +10332,7 @@ return {
1031810332
},
1031910333
[112]={
1032010334
list=false,
10321-
name="",
10335+
name="AttackCrit",
1032210336
refTo="",
1032310337
type="Float",
1032410338
width=150

0 commit comments

Comments
 (0)