Skip to content

Commit e5f4125

Browse files
committed
Merge with upstream
1 parent b3cc950 commit e5f4125

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tbc/sim_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ func TestSimulatePreRaidNoBuffs(t *testing.T) {
135135
Gear: preRaidGear,
136136
AgentType: AGENT_TYPE_ADAPTIVE,
137137

138-
ExpectedDpsShort: 868.5,
139-
ExpectedDpsLong: 271,
138+
ExpectedDpsShort: 867,
139+
ExpectedDpsLong: 277,
140140
})
141141
}
142142

@@ -150,7 +150,7 @@ func TestSimulatePreRaid(t *testing.T) {
150150
AgentType: AGENT_TYPE_ADAPTIVE,
151151

152152
ExpectedDpsShort: 1406,
153-
ExpectedDpsLong: 1032,
153+
ExpectedDpsLong: 1017,
154154
})
155155
}
156156

@@ -164,7 +164,7 @@ func TestSimulateP1(t *testing.T) {
164164
AgentType: AGENT_TYPE_ADAPTIVE,
165165

166166
ExpectedDpsShort: 1539.5,
167-
ExpectedDpsLong: 1238,
167+
ExpectedDpsLong: 1359,
168168
})
169169
}
170170

@@ -180,7 +180,7 @@ func TestMultiTarget(t *testing.T) {
180180
},
181181
AGENT_TYPE_ADAPTIVE),
182182
p1Gear,
183-
1372)
183+
1678.5)
184184
}
185185

186186
func TestLBOnlyAgent(t *testing.T) {

ui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h4>Standard Elemental Build</h4>
288288
<div id="pullout">
289289
<div class="dtl" style="height:100%;width:100%;padding:10px">
290290
<div id="themetoggle" style="height:20px; bottom: 10px; cursor: pointer;" onclick="toggletheme()">
291-
<text>v1.1.12</text>
291+
<text>v1.1.13</text>
292292
<img id="themebulb" style="height: 20px; width: 20px" src="icons/light-bulb.svg"></img>
293293
</div>
294294
<div style="margin-top:10px">

ui/lib.wasm

7.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)