Commit a51cdca
Fix Ancestral and Seismic Cry incorrectly granting damage with Echoes (#9464)
Exerts for Seismic and Ancestral Cry were being applied to any skill instead of just slam skills so when the code in Calc Perform went to count the number of Warcries that were exerting a skill, those 2 warcries would count for all melee skills
Now filter the skill types that those 2 can exert
Co-authored-by: LocalIdentity <localidentity2@gmail.com>1 parent 93956f7 commit a51cdca
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
9054 | 9054 | | |
9055 | 9055 | | |
9056 | 9056 | | |
9057 | | - | |
| 9057 | + | |
9058 | 9058 | | |
9059 | 9059 | | |
9060 | 9060 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
1723 | 1723 | | |
1724 | 1724 | | |
1725 | 1725 | | |
1726 | | - | |
| 1726 | + | |
1727 | 1727 | | |
1728 | 1728 | | |
1729 | 1729 | | |
| |||
0 commit comments