Skip to content

Commit

Permalink
support pet and mount quest rewards better
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Nov 15, 2024
1 parent 1967467 commit 2095542
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ open class QuestDropItem : RealmObject(), BaseObject {
"eggs" -> "Pet_Egg_$key"
"food" -> "Pet_Food_$key"
"hatchingPotions" -> "Pet_HatchingPotion_$key"
"pets" -> "stable_Pet-$key"
"mounts" -> "Mount_Head_$key"
else -> "shop_$key"
}
}

0 comments on commit 2095542

Please sign in to comment.