summaryrefslogtreecommitdiff
path: root/src/map/mail.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-30 21:07:46 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-30 21:07:46 +0300
commit4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188 (patch)
tree48e1ab719e666847d84d328f570a868f6c00776b /src/map/mail.h
parent33b41fe00a47510ed6b84e04fc9e9a222b053130 (diff)
downloadevol-hercules-4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188.tar.gz
evol-hercules-4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188.tar.bz2
evol-hercules-4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188.tar.xz
evol-hercules-4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188.zip
Remove checking for gm command in mail read packet.
Diffstat (limited to 'src/map/mail.h')
-rw-r--r--src/map/mail.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/mail.h b/src/map/mail.h
new file mode 100644
index 0000000..2c3aca2
--- /dev/null
+++ b/src/map/mail.h
@@ -0,0 +1,9 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_MAIL
+#define EVOL_MAP_MAIL
+
+bool email_invalid_operation(struct map_session_data *sd);
+
+#endif // EVOL_MAP_MAIL