Skip to content

Commit ef90524

Browse files
Add new pets to database
1 parent 3100580 commit ef90524

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R3nzSkinTFT/SkinDatabase.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,19 @@ class SkinDatabase {
2121
{ "PetAkaliDragon", "Ossia" },
2222
{ "PetAoShin", "Ao Shin" },
2323
{ "PetBallDragon", "Poggless" },
24+
// { "PetBaron", "Baron" }, // model crashes the game for now but skin 3 works fine ( Wait for Riot to fix this issue. )
2425
{ "PetBellSwayer", "Bell Swayer" },
2526
{ "PetBuglet", "Flutterbug" },
2627
{ "PetChibiAshe", "Chibi Ashe" },
2728
{ "PetChibiEkko", "Chibi Ekko" },
2829
{ "PetChibiJinx", "Chibi Jinx" },
2930
{ "PetChibiKaisa", "Chibi Kai'Sa" },
3031
{ "PetChibiLeeSin", "Chibi Lee Sin" },
32+
{ "PetChibiLux", "Chibi Lux" },
3133
{ "PetChibiVi", "Chibi Vi" },
3234
{ "PetChibiYasuo", "Chibi Yasuo" },
3335
{ "PetChoncc", "Choncc" },
36+
{ "PetCreepyCat", "Whisker" },
3437
{ "PetDowsie", "Dowsie" },
3538
{ "PetDsSquid", "Squink" },
3639
{ "PetDsSwordGuy", "Abyssia" },
@@ -47,6 +50,7 @@ class SkinDatabase {
4750
{ "PetGrumpyLion", "Furyhorn" },
4851
{ "PetHextechBirb", "Tocker" },
4952
{ "PetJawDragon", "Burno" },
53+
{ "PetKoala", "Grizzle" },
5054
{ "PetMiner", "Molediver" },
5155
{ "PetMiniGolem", "Runespirit" },
5256
{ "PetNimbleFoot", "Nimblefoot" },

0 commit comments

Comments
 (0)