Trinitycore: [7.x] Male<->Female model issue after teleport

Created on 6 Oct 2016  路  13Comments  路  Source: TrinityCore/TrinityCore

Description: The male player character model will look weird after teleport.

Current behaviour: The male character model changes to female.

Expected behaviour: Tell us what should happen instead
The male character model should stay male after teleport.

Steps to reproduce the problem:

  1. login a male character
  2. teleport to any other map (like from Kalimdor to Outland)
  3. your model changes (male changes to female)

Branch(es): 3.3.5 / 6.x (Select the branch(es) affected by this issue)

6.x

TC hash/commit: https://github.com/TrinityCore/TrinityCore/commit/a52c50e809d7c0ecb06a4eb81c73069d3c0e6746

TDB version: TDB 6.04

Operating system: Win7 x64

this is my model
1

this is how the model looks after teleport
2

3

Branch-master Comp-Core Priority-Cosmetic Sub-Entities Sub-Miscellaneous

Most helpful comment

look at the white plump hips

4

All 13 comments

damn, looks like gay party ))) LOL )))) May be it's a joke from Blizzard)))

HOT!!! lol

look at the white plump hips

4

And the blue model? Did you see a maleta char like a smurf? Haha

Confirmed, but only happens from male to female
checked packet send out, no gender or model change is sent out
if you debug core you can see that model and gender are fine too
so NFI

seems to only happen with human male characters, could not reproduce with any other race

Saw this yesterday with another race, orc female model that appeared to have male orc skin on it

SetByteValue(UNIT_FIELD_BYTES_0, UNIT_BYTES_0_OFFSET_GENDER, gender);
SetByteValue(PLAYER_BYTES_3, PLAYER_BYTES_3_OFFSET_GENDER, gender);

does not change back the player
is there any other stuff which changes gender?

another bug:
create a night elf druid, change form to cat then cancel cat form, you will have missing texture on your character

The gender is set by modelId but i don't think this is related to that.

smsg_update_object is fine too, data is the same after teleporting..
here is a packetlog: https://gist.github.com/streetrat/cc8ba64f1468a6bfd94fe1dd725a15b7

druid change to blue after .unaura 768 cat form
3

Legion have many surprizes))))

confirm it's very strange :p

Was this page helpful?
0 / 5 - 0 ratings