mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[11104] Update model data dependent from unit scale in .modify scale
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
f09a4e2a1a
commit
aa4c1be8cf
2 changed files with 2 additions and 1 deletions
|
|
@ -1223,6 +1223,7 @@ bool ChatHandler::HandleModifyScaleCommand(char* args)
|
|||
}
|
||||
|
||||
target->SetObjectScale(Scale);
|
||||
target->UpdateModelData();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue