summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-07-08 02:50:28 +0200
committerHaru <haru@dotalux.com>2016-07-08 02:50:28 +0200
commitc7b95260fa3f4d77138fa34710f60365f4c86c87 (patch)
treee0cef7581f33a0e50435ec0d22cf6754f4efe467 /src/map/clif.h
parent72a06cdfa933534319a99cecc781b56acecce9cd (diff)
downloadhercules-c7b95260fa3f4d77138fa34710f60365f4c86c87.tar.gz
hercules-c7b95260fa3f4d77138fa34710f60365f4c86c87.tar.bz2
hercules-c7b95260fa3f4d77138fa34710f60365f4c86c87.tar.xz
hercules-c7b95260fa3f4d77138fa34710f60365f4c86c87.zip
Fixed a compilation error on packetvers older than 20071106
Fixes #1345 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 9dd8e35f0..df8b8f59c 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -546,17 +546,17 @@ enum mergeitem_reason {
* Clif Unit Type
**/
enum clif_unittype {
- CLUT_PC = 0x0,
- CLUT_NPC = 0x1,
- CLUT_ITEM = 0x2,
- CLUT_SKILL = 0x3,
- CLUT_UNKNOW = 0x4,
- CLUT_MOB = 0x5,
- CLUT_EVENT = 0x6,
- CLUT_PET = 0x7,
- CLUT_HOMNUCLUS = 0x8,
- CLUT_MERCNARY = 0x9,
- CLUT_ELEMENTAL = 0xa,
+ CLUT_PC = 0x0,
+ CLUT_NPC = 0x1,
+ CLUT_ITEM = 0x2,
+ CLUT_SKILL = 0x3,
+ CLUT_UNKNOWN = 0x4,
+ CLUT_MOB = 0x5,
+ CLUT_EVENT = 0x6,
+ CLUT_PET = 0x7,
+ CLUT_HOMNUCLUS = 0x8,
+ CLUT_MERCNARY = 0x9,
+ CLUT_ELEMENTAL = 0xa,
};
/**