add Agent for Character groups Achievements (implements #123)

This commit is contained in:
oliver 2016-03-12 16:01:27 +01:00
commit 73c378d9f3
15 changed files with 1493 additions and 6 deletions

View file

@ -25,6 +25,12 @@
* @var string
*/
const TYPE_ACHIEVEMENT = 'achievement';
/**
* Type: Character groups Achievement
*
* @var string
*/
const TYPE_CHARACTERGROUPSACHIEVEMENT = 'charactergroupsachievement';
/**
* Type: Level-up
*