summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-08-10 12:05:02 +0100
committerHaru <haru@dotalux.com>2019-09-22 20:00:36 +0200
commit3cbec0a83b20c88ceb7c68fea532b79260c583a8 (patch)
tree2811ec6f8206468a5905c1c46615136566e701b9 /src/map/script.h
parentf7da0d838ee8a60cf449bbe4add04262958a839a (diff)
downloadhercules-3cbec0a83b20c88ceb7c68fea532b79260c583a8.tar.gz
hercules-3cbec0a83b20c88ceb7c68fea532b79260c583a8.tar.bz2
hercules-3cbec0a83b20c88ceb7c68fea532b79260c583a8.tar.xz
hercules-3cbec0a83b20c88ceb7c68fea532b79260c583a8.zip
Implementation of new guild ui client features
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 5dc480a15..64e709a27 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -542,6 +542,16 @@ enum pcblock_action_flag {
};
/**
+ * Types of Siege (WoE)
+ */
+enum siege_type {
+ SIEGE_TYPE_FE,
+ SIEGE_TYPE_SE,
+ SIEGE_TYPE_TE,
+ SIEGE_TYPE_MAX
+};
+
+/**
* Structures
**/