[11104] Update model data dependent from unit scale in .modify scale

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Schmoozerd 2011-02-02 21:31:18 +03:00 committed by VladimirMangos
parent f09a4e2a1a
commit aa4c1be8cf
2 changed files with 2 additions and 1 deletions

View file

@ -1223,6 +1223,7 @@ bool ChatHandler::HandleModifyScaleCommand(char* args)
}
target->SetObjectScale(Scale);
target->UpdateModelData();
return true;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11103"
#define REVISION_NR "11104"
#endif // __REVISION_NR_H__