Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fixed Merge Compile Breaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Tartarga authored Sep 15, 2024
1 parent e0dbc69 commit 12789df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions XIVSlothCombo/Combos/PvE/PCT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,13 @@ public static UserInt
PCT_ST_AdvancedMode_LucidOption = new("PCT_ST_AdvancedMode_LucidOption", 6500),
PCT_AoE_AdvancedMode_HolyinWhiteOption = new("PCT_AoE_AdvancedMode_HolyinWhiteOption", 0),
PCT_AoE_AdvancedMode_LucidOption = new("PCT_AoE_AdvancedMode_LucidOption", 6500),
PCT_VariantCure = new("PCT_VariantCure");
PCT_VariantCure = new("PCT_VariantCure"),
PCT_ST_CreatureStop = new("PCT_ST_CreatureStop"),
PCT_AoE_CreatureStop = new("PCT_AoE_CreatureStop"),
PCT_ST_WeaponStop = new("PCT_ST_WeaponStop"),
PCT_AoE_WeaponStop = new("PCT_AoE_WeaponStop"),
PCT_ST_LandscapeStop = new("PCT_ST_LandscapeStop"),
PCT_AoE_LandscapeStop = new("PCT_AoE_LandscapeStop"),
PCT_AoE_AdvancedMode_LucidOption = new("PCT_AoE_AdvancedMode_LucidOption", 6500);

PCT_AoE_LandscapeStop = new("PCT_AoE_LandscapeStop");

public static UserBool
CombinedMotifsMog = new("CombinedMotifsMog"),
Expand Down

0 comments on commit 12789df

Please sign in to comment.