--- deliantra/server/include/map.h 2006/12/03 02:04:57 1.23 +++ deliantra/server/include/map.h 2006/12/11 14:28:12 1.24 @@ -320,7 +320,7 @@ struct shopitems *shopitems; /* a semi-colon seperated list of item-types the map's shop will trade in */ char *ACC (RO, shoprace); /* the preffered race of the local shopkeeper */ double ACC (RW, shopgreed); /* how much our shopkeeper overcharges */ - uint64 ACC (RW, shopmin); /* minimum price a shop will trade for */ + sint64 ACC (RW, shopmin); /* minimum price a shop will trade for */ uint64 ACC (RW, shopmax); /* maximum price a shop will offer */ char *ACC (RO, msg); /* Message map creator may have left */ char *ACC (RO, maplore); /* Map lore information */