mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 04:11:30 +00:00
Add "size" to Zone.SetEntityAttribute
This commit is contained in:
parent
3df5b6da57
commit
c5498c66fa
@ -326,5 +326,6 @@ void handle_rc_set_entity_attribute(const std::string &method, const std::string
|
||||
if (ent){
|
||||
if (params[1] == "race"){ ent->SendIllusionPacket(atoi(params[2].c_str())); }
|
||||
if (params[1] == "appearance_effect"){ ent->SendAppearanceEffect(atoi(params[2].c_str()), 0, 0, 0, 0); }
|
||||
if (params[1] == "size"){ ent->ChangeSize(atoi(params[2].c_str())); }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user