mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
+1
-1
@@ -2543,7 +2543,7 @@ void command_size(Client *c, const Seperator *sep)
|
|||||||
else if (!target)
|
else if (!target)
|
||||||
c->Message(Chat::White,"Error: this command requires a target");
|
c->Message(Chat::White,"Error: this command requires a target");
|
||||||
else {
|
else {
|
||||||
uint16 Race = target->GetRace();
|
uint16 Race = target->GetModel();
|
||||||
uint8 Gender = target->GetGender();
|
uint8 Gender = target->GetGender();
|
||||||
uint8 Texture = 0xFF;
|
uint8 Texture = 0xFF;
|
||||||
uint8 HelmTexture = 0xFF;
|
uint8 HelmTexture = 0xFF;
|
||||||
|
|||||||
Reference in New Issue
Block a user