Commit 4cadb9d
authored
raidboss: fix Meso Terminal cleanse doom trigger (#996)
The cleanse doom trigger for the Meso Terminal dungeon uses the 11F2
effect ID. This appears to no longer be the ID used for the dungeon (as
of Patch 7.4), as it now comes in the log as 1441. Based on log data
from FFLogs, it appears that the ID changed in Patch 7.4
Update the effectId for Death Penalty to support the new ID. To avoid
issues with parsing legacy log files (for example, in the simulator),
keep the old ID as well.
Fixes #9951 parent f409ddc commit 4cadb9d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
| |||
0 commit comments