mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +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->SetObjectScale(Scale);
|
||||||
|
target->UpdateModelData();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11103"
|
#define REVISION_NR "11104"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue