From c7b95260fa3f4d77138fa34710f60365f4c86c87 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 8 Jul 2016 02:50:28 +0200 Subject: Fixed a compilation error on packetvers older than 20071106 Fixes #1345 Signed-off-by: Haru --- src/map/clif.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/map/clif.h') 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, }; /** -- cgit v1.2.3-60-g2f50