Skip to content

Commit

Permalink
Rename file name to reflect previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchyDev committed Nov 14, 2023
1 parent 3c2fc8d commit 7ab3cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TrialOfStrength.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "ToSMapMgr.h"

#include "scripts/AI/ToSEnemyCombatantMeleeAlphaScript.h"
#include "scripts/AI/ToSEnemyCombatantSpellAlphaScript.h"
#include "scripts/AI/ToSAISpellElemental.h"

#include "scripts/AI/ToSEnemyCombatantBossScript.h"

Expand Down Expand Up @@ -182,7 +182,7 @@ void SC_AddTrialOfStrengthScripts()
new ToSArenaSpectatorScript();

new ToSEnemyCombatantMeleeAlphaScript();
new ToSEnemyCombatantSpellAlphaScript();
new ToSAISpellElemental();

new ToSEnemyCombatantBossScript();

Expand Down
File renamed without changes.

0 comments on commit 7ab3cf0

Please sign in to comment.