From ef90524b31b0091ccd4b0388a822e95c54f2ca98 Mon Sep 17 00:00:00 2001 From: R3nzTheCodeGOD Date: Wed, 7 Dec 2022 10:58:19 +0300 Subject: [PATCH] Add new pets to database --- R3nzSkinTFT/SkinDatabase.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/R3nzSkinTFT/SkinDatabase.hpp b/R3nzSkinTFT/SkinDatabase.hpp index fd3b418..a5474bd 100644 --- a/R3nzSkinTFT/SkinDatabase.hpp +++ b/R3nzSkinTFT/SkinDatabase.hpp @@ -21,6 +21,7 @@ class SkinDatabase { { "PetAkaliDragon", "Ossia" }, { "PetAoShin", "Ao Shin" }, { "PetBallDragon", "Poggless" }, + // { "PetBaron", "Baron" }, // model crashes the game for now but skin 3 works fine ( Wait for Riot to fix this issue. ) { "PetBellSwayer", "Bell Swayer" }, { "PetBuglet", "Flutterbug" }, { "PetChibiAshe", "Chibi Ashe" }, @@ -28,9 +29,11 @@ class SkinDatabase { { "PetChibiJinx", "Chibi Jinx" }, { "PetChibiKaisa", "Chibi Kai'Sa" }, { "PetChibiLeeSin", "Chibi Lee Sin" }, + { "PetChibiLux", "Chibi Lux" }, { "PetChibiVi", "Chibi Vi" }, { "PetChibiYasuo", "Chibi Yasuo" }, { "PetChoncc", "Choncc" }, + { "PetCreepyCat", "Whisker" }, { "PetDowsie", "Dowsie" }, { "PetDsSquid", "Squink" }, { "PetDsSwordGuy", "Abyssia" }, @@ -47,6 +50,7 @@ class SkinDatabase { { "PetGrumpyLion", "Furyhorn" }, { "PetHextechBirb", "Tocker" }, { "PetJawDragon", "Burno" }, + { "PetKoala", "Grizzle" }, { "PetMiner", "Molediver" }, { "PetMiniGolem", "Runespirit" }, { "PetNimbleFoot", "Nimblefoot" },