Skip to content

Commit

Permalink
fix base effect class
Browse files Browse the repository at this point in the history
  • Loading branch information
Archez committed Dec 17, 2023
1 parent 7e3a3ae commit 7503c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/soh/Enhancements/ChaosInteractorEffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifdef __cplusplus

namespace GameInteractionEffect {
class ModifyLinkScale: public GameInteractionEffectBase {
class ModifyLinkScale: public RemovableGameInteractionEffect {
GameInteractionEffectQueryResult CanBeApplied() override;
void _Apply() override;
void _Remove() override;
Expand Down

0 comments on commit 7503c1b

Please sign in to comment.