add notification for Character titles

This commit is contained in:
oliver 2016-03-26 17:52:16 +01:00
commit 0729c79a7d
3 changed files with 20 additions and 1 deletions

View file

@ -31,6 +31,12 @@
* @var string
*/
const TYPE_CHARACTERGROUPSACHIEVEMENT = 'charactergroupsachievement';
/**
* Type: Character title
*
* @var string
*/
const TYPE_CHARACTERTITLE = 'charactertitle';
/**
* Type: Level-up
*