summaryrefslogtreecommitdiff
path: root/src/resources/notifytypes.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-10 20:15:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-10 20:15:09 +0300
commit4b74975beef52ba284fa63cc4b5af3ad9e5ff0d2 (patch)
tree6be5baeca061611b7410fa5f026fee223c39c27c /src/resources/notifytypes.h
parent3ba8553af2f4a85c00aec37c96803ae54c3331cd (diff)
downloadManaVerse-4b74975beef52ba284fa63cc4b5af3ad9e5ff0d2.tar.gz
ManaVerse-4b74975beef52ba284fa63cc4b5af3ad9e5ff0d2.tar.bz2
ManaVerse-4b74975beef52ba284fa63cc4b5af3ad9e5ff0d2.tar.xz
ManaVerse-4b74975beef52ba284fa63cc4b5af3ad9e5ff0d2.zip
eathena: add missing party invite errors.
Diffstat (limited to 'src/resources/notifytypes.h')
-rw-r--r--src/resources/notifytypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h
index 25f4b5680..56f612a08 100644
--- a/src/resources/notifytypes.h
+++ b/src/resources/notifytypes.h
@@ -97,6 +97,9 @@ namespace NotifyTypes
GVG_ON,
PVP_ON_GVG_ON,
PVP_UNKNOWN,
+ PARTY_INVITE_PARTY_SAME_ACCOUNT,
+ PARTY_INVITE_PARTY_BLOCKED_INVITE,
+ PARTY_INVITE_PARTY_NOT_ONLINE,
TYPE_END
};