parent
d1f77ae60c
commit
9dae87595d
1 changed files with 1 additions and 1 deletions
|
|
@ -3480,7 +3480,7 @@ void Creature::UpdateMovementFlags()
|
|||
|
||||
float Creature::GetNativeObjectScale() const
|
||||
{
|
||||
return GetCreatureTemplate()->scale;
|
||||
return ObjectMgr::ChooseDisplayId(GetCreatureTemplate())->DisplayScale;
|
||||
}
|
||||
|
||||
void Creature::SetObjectScale(float scale)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue