git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15861 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -46,8 +46,13 @@ struct unit_data {
};
struct view_data {
+#ifdef __64BIT__
+ unsigned int class_;
+#endif
unsigned short
+#ifndef __64BIT__
class_,
weapon,
shield, //Or left-hand weapon.
robe,