--- deliantra/server/include/map.h 2006/12/11 14:28:12 1.24 +++ deliantra/server/include/map.h 2006/12/11 18:41:32 1.25 @@ -321,7 +321,7 @@ char *ACC (RO, shoprace); /* the preffered race of the local shopkeeper */ double ACC (RW, shopgreed); /* how much our shopkeeper overcharges */ sint64 ACC (RW, shopmin); /* minimum price a shop will trade for */ - uint64 ACC (RW, shopmax); /* maximum price a shop will offer */ + sint64 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 */ char *tile_path[4]; /* path to adjoining maps */