diff --git a/ag/include/attackenset.inc.php b/ag/include/attackenset.inc.php new file mode 100644 index 0000000..9dfd2dd --- /dev/null +++ b/ag/include/attackenset.inc.php @@ -0,0 +1,39 @@ + + + $result['gruppen_id'], "gruppen_name" => $result['gruppen_name']); + } + + return $set; +} + +function updateCharAttackSet($set) { + +} + +function createCharAttackSet() { + +} + + +?>