Skip to content

Commit

Permalink
Merge pull request #9 from dev0T/dev
Browse files Browse the repository at this point in the history
Fixing data
  • Loading branch information
salguerooo authored Apr 7, 2024
2 parents 3425d51 + 36525ed commit 89451f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ const data = {
},
{
name: 'Mammas',
wiki: 'https://moonrpg.fandom.com/wiki/Pistil',
wiki: 'https://moonrpg.fandom.com/wiki/Mammas',
loveRewards: [
{
id: 1,
Expand All @@ -923,7 +923,7 @@ const data = {
},
{
name: 'Pappas',
wiki: 'https://moonrpg.fandom.com/wiki/Pistil',
wiki: 'https://moonrpg.fandom.com/wiki/Pappas',
loveRewards: [
{
id: 1,
Expand Down

0 comments on commit 89451f2

Please sign in to comment.