Merge pull request #963 from noudess/patch-10

Update command.cpp
This commit is contained in:
Michael Cook (mackal) 2020-02-04 13:24:49 -05:00 committed by GitHub
commit 2d24cdf5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2543,7 +2543,7 @@ void command_size(Client *c, const Seperator *sep)
else if (!target)
c->Message(Chat::White,"Error: this command requires a target");
else {
uint16 Race = target->GetRace();
uint16 Race = target->GetModel();
uint8 Gender = target->GetGender();
uint8 Texture = 0xFF;
uint8 HelmTexture = 0xFF;