From 0c54e1b5b3116b0eab4e91d9faf84acd7c946b41 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 27 Nov 2006 21:32:32 +0000 Subject: - Updated the status change field "option" to an int rather than short. This fixes the option values for xmas/sightblaster not getting set, which could explain why some people crash when equipping weapons while in xmas suit. - Also did the same to opt3 since the new packet version uses LONG to store the opt3 values. - Made the clif weapon view function use the EQI constants instead of ints. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9337 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 842159d59..3095e1491 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -219,7 +219,7 @@ struct mmo_charstatus { short class_; unsigned short status_point,skill_point; int hp,max_hp,sp,max_sp; - unsigned short option; + unsigned int option; short manner; unsigned char karma; short hair,hair_color,clothes_color; -- cgit v1.2.3-70-g09d2