From d8872dabd55e5db6962e5bcddd5d0ac469ef9312 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 10 Nov 2007 13:26:08 +0000 Subject: Changing enum weapon_type in the mmo_charstatus structure back to integer until someone resolves that include mess... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11705 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common/mmo.h b/src/common/mmo.h index aa928fb9b..37dc03901 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -217,7 +217,7 @@ struct mmo_charstatus { int party_id,guild_id,pet_id,hom_id; int fame; - enum weapon_type weapon; + short weapon; // enum weapon_type short shield; // view-id short head_top,head_mid,head_bottom; -- cgit v1.2.3-60-g2f50