소스 검색

Changing enum weapon_type in the mmo_charstatus structure back to integer until someone resolves that include mess...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11705 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 17 년 전
부모
커밋
12a567a5f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/mmo.h

+ 1 - 1
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;