mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
Rename height field of ObjectDefinition to length.
This commit is contained in:
@@ -60,5 +60,5 @@ on :command, :objectinfo, RIGHTS_ADMIN do |player, command|
|
||||
id = args[0].to_i
|
||||
definition = ObjectDefinition.lookup(id)
|
||||
player.send_message("Object #{id} is called #{definition.name} and its description is \"#{definition.description}\".")
|
||||
player.send_message("Its width is #{definition.width} and its height is #{definition.height}.")
|
||||
player.send_message("Its width is #{definition.width} and its length is #{definition.length}.")
|
||||
end
|
||||
Reference in New Issue
Block a user