diff options
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/resources/notifytypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/enums/resources/notifytypes.h b/src/enums/resources/notifytypes.h index e5f465428..84f875c91 100644 --- a/src/enums/resources/notifytypes.h +++ b/src/enums/resources/notifytypes.h @@ -220,6 +220,8 @@ namespace NotifyTypes BEING_REMOVE_TRICK_DEAD, BEING_REMOVE_UNKNOWN, DIVORCED, + CALLED_PARTNER, + CALLING_PARTNER, TYPE_END }; |