Update AthenaDanceItemDefinition.cpp

This commit is contained in:
Zylox
2024-08-12 22:00:02 +02:00
committed by GitHub
parent 35a6f21822
commit 8658f29dfc
@@ -11,8 +11,5 @@ UAthenaDanceItemDefinition::UAthenaDanceItemDefinition() {
this->bMoveForwardOnly = false;
this->WalkForwardSpeed = 300.00f;
ItemType = EFortItemType::AthenaDance;
UGameplayTagsManager& Manager = UGameplayTagsManager::Get();
Manager.AddNativeGameplayTag(TEXT("Cosmetics.EmoteType.Dance"));
GameplayTags.AddTag(FGameplayTag::RequestGameplayTag(FName("Cosmetics.EmoteType.Dance")));
}