summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'www/handler/battlemap/load_state.yaws')
-rw-r--r-- | www/handler/battlemap/load_state.yaws | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/handler/battlemap/load_state.yaws b/www/handler/battlemap/load_state.yaws index 6e613c6..b5a7fc7 100644 --- a/www/handler/battlemap/load_state.yaws +++ b/www/handler/battlemap/load_state.yaws @@ -70,12 +70,12 @@ handle (Req) -> BattlemapInstance = timed_cache:fetch ( - battlemap_instances_db, + battlemap_instance_db, <<"0">> % {Input#input.battlemap_id, Input#input.battlemap_instance_id} ), Characters = - list:map + lists:map ( fun ({CharID, CharInst}) -> { |