Correct ServerActiveObject's virtual getArmorGroups() to be const.
authorBeha <shacknetisp@mail.com>
Thu, 1 Aug 2019 15:11:43 +0000 (11:11 -0400)
committersfan5 <sfan5@live.de>
Thu, 1 Aug 2019 16:14:37 +0000 (18:14 +0200)
commit1a97d06b5a86910d0038252ff089ce308f203e85
tree3ff1bf56017194f74bce22cf0ad7e0c61d4b84e5
parent3ceef8e6a00eea4593e9d89ed3d51ba484c4d927
Correct ServerActiveObject's virtual getArmorGroups() to be const.

Due to commit ec3142a , UnitSAO's getArmorGroups() did not match
ServerActiveObject's, notably resulting in the lua get_armor_groups() call
returning nothing.
src/serverobject.h