| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-03-12 13:00:59 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-03-12 13:00:59 +0100 | 
| commit | 11a7a03a0088b2c4b8edc394469396d54190dc53 (patch) | |
| tree | 7856475136a11a60bcf4c2980adfb5624a116b33 /src/query/load_state.erl | |
| parent | 98203d4d0034dab5db72737bcfb92017a11f3245 (diff) | |
Starting to work on the timeline feature.
Diffstat (limited to 'src/query/load_state.erl')
| -rw-r--r-- | src/query/load_state.erl | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/query/load_state.erl b/src/query/load_state.erl index eb27b9e..cc8f28f 100644 --- a/src/query/load_state.erl +++ b/src/query/load_state.erl @@ -87,6 +87,8 @@ generate_reply (QueryState, Input) ->              )           )        ] +      ++ +      battle:get_encoded_last_turns_effects(Battle)     ).  -spec handle (binary()) -> binary(). | 


