mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 15:41:30 +00:00
Update command.cpp
Fix #size command to be useful for anyone using the model field in npc_types. All will remain the same for everyone else.
This commit is contained in:
parent
424b669cbb
commit
ad1f18306b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user