From e1c7e78b4b4db2f818226faf58efff82fbdfeeaa Mon Sep 17 00:00:00 2001 From: nsensfel Date: Wed, 29 Aug 2018 16:46:13 +0200 Subject: Updates TODOs, handles max health changes. --- src/character/struct/chr_character.erl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/character/struct/chr_character.erl') diff --git a/src/character/struct/chr_character.erl b/src/character/struct/chr_character.erl index 80b9bcd..0b1056e 100644 --- a/src/character/struct/chr_character.erl +++ b/src/character/struct/chr_character.erl @@ -69,12 +69,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -spec validate_name (binary()) -> ok. validate_name (_Name) -> - % TODO: unimplemented + % TODO [SECURITY][LOW]: unimplemented ok. -spec validate_portrait (shr_inventory:type(), binary()) -> ok. validate_portrait (_Inventory, _Portrait) -> - % TODO: unimplemented + % TODO [SECURITY][LOW]: unimplemented ok. -spec validate_weapons @@ -84,22 +84,22 @@ validate_portrait (_Inventory, _Portrait) -> ) -> ok. validate_weapons (_Inventory, {_ActiveWeapon, _SecondaryWeapon}) -> - % TODO: unimplemented + % TODO [SECURITY][LOW]: unimplemented ok. -spec validate_armor (shr_inventory:type(), shr_armor:id()) -> ok. validate_armor (_Inventory, _Armor) -> - % TODO: unimplemented + % TODO [SECURITY][LOW]: unimplemented ok. -spec validate_glyphs (shr_inventory:type(), array:array(shr_glyph:id())) -> ok. validate_glyphs (_Inventory, _Glyphs) -> - % TODO: unimplemented + % TODO [SECURITY][LOW]: unimplemented ok. -spec validate_glyph_board (shr_inventory:type(), shr_glyph_board:id()) -> ok. validate_glyph_board (_Inventory, _GlyphBoard) -> - % TODO: unimplemented + % TODO [SECURITY][LOW]: unimplemented ok. -spec validate_glyphs_on_board @@ -109,7 +109,7 @@ validate_glyph_board (_Inventory, _GlyphBoard) -> ) -> ok. validate_glyphs_on_board (_Glyphs, _GlyphBoard) -> - % TODO: unimplemented + % TODO [SECURITY][LOW]: unimplemented ok. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3-70-g09d2