improve map implementation including edit functionality
This commit is contained in:
parent
6391de09bb
commit
77cfc0c051
10 changed files with 341 additions and 10 deletions
|
|
@ -451,7 +451,8 @@
|
|||
array_key_exists('avatars', $elements),
|
||||
array_key_exists('achievements', $elements),
|
||||
array_key_exists('charactergroupsgroups', $elements),
|
||||
array_key_exists('charactergroupsquests', $elements)
|
||||
array_key_exists('charactergroupsquests', $elements),
|
||||
array_key_exists('map', $elements)
|
||||
);
|
||||
$seminary = $this->Seminaries->getSeminaryById($seminaryId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue