diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index 802b700c..9cef60c7 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -346,7 +346,7 @@ export const aethexAchievementService = { // Update profile await supabase - .from("profiles") + .from("user_profiles") .update({ total_xp: newTotalXP, level: newLevel,