Skip to content

Commit

Permalink
Merge pull request #609 from FFXIV-CombatReborn/mergeWIP
Browse files Browse the repository at this point in the history
code analyzer bs
  • Loading branch information
CarnifexOptimus authored Feb 16, 2025
2 parents 0f263cd + ff1a7da commit 8be6322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BossMod/Modules/Global/DeepDungeon/TrapData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace BossMod.Global.DeepDungeon;
public static class GeneratedTrapData // TODO: get trap data for missing floors
{
public static readonly Dictionary<uint, WPos[]> Traps = new()
public static readonly Dictionary<uint, WPos[]> Traps = new()
{
{ 1099, [
new(157.77351f, -211.3055f), new(281.509f, -229.9349f), new(374.7175f, -380.50882f), new(284.522f, -231.8759f), new(-428.3871f, 302.7599f),
Expand Down

0 comments on commit 8be6322

Please sign in to comment.