azerothcore-wotlk icon indicating copy to clipboard operation
azerothcore-wotlk copied to clipboard

Kurken exotic pet too small

Open BeefSteaker opened this issue 1 year ago • 1 comments

https://github.com/chromiecraft/chromiecraft/issues/6309

What client do you play on?

enUS

Faction

Horde

Content Phase:

Generic

Current Behaviour

Kurken exotic pet is very small no matter the level image

Expected Blizzlike Behaviour

Pet should be taller. see source that shows it as being larger than a male orc image

Source

(not the clearest due to it being 480p from 2010, but its larger than the kurken is at max level on AC) https://www.youtube.com/watch?v=gXnD0MV5s5I&t=111s

Steps to reproduce the problem

.learn 1515 .learn 53270 .go c id 17447

tame the kurken

Extra Notes

seemingly not fixed by https://github.com/azerothcore/azerothcore-wotlk/pull/14511 other exotic pets are normal size

AC rev. hash/commit

https://github.com/chromiecraft/azerothcore-wotlk/commit/11c88cb30e1122fcd59aa72e04783231424cb174

Operating system

Windows 11 Home 64-bit (10.0, Build 22621)

Modules

Customizations

None

Server

ChromieCraft

BeefSteaker avatar Feb 25 '24 18:02 BeefSteaker

https://github.com/azerothcore/azerothcore-wotlk/blob/1f878f7000d51fe5f14bafbb2cbb3806fb1c547e/src/server/game/Entities/Pet/Pet.cpp#L2503

I think adding || ctFamily == CREATURE_FAMILY_CORE_HOUND there fix this problem. Also rhino and crocolisk are small too but i don't know if their sizes are correct or not

laasker avatar Mar 17 '24 08:03 laasker