--- deliantra/server/socket/request.C 2007/06/03 17:42:39 1.102 +++ deliantra/server/socket/request.C 2007/06/04 13:04:01 1.103 @@ -1234,7 +1234,7 @@ if (op->stats.maxhp > 0 && (unsigned) op->stats.maxhp > (unsigned) op->stats.hp) { stat_hp = 255 - (op->stats.hp * 255 + 254) / op->stats.maxhp; - stat_width = op->arch->tail_x; + stat_width = op->arch->max_x - op->arch->x; //TODO: should be upper-left edge } }