EQ2EMu/EQ2
Image 5656ad22ce Disabling buy item supported, few crash fixes
Fix  - buy from merchant can have the 'buy' button disabled
function buy_display_flags(Item, Spawn)
    return 128
end

charactersProperties -> character_properties

CREATE TABLE `character_properties` (
  `charid` int(10) unsigned NOT NULL DEFAULT 0,
  `propname` varchar(64) NOT NULL DEFAULT '',
  `propvalue` varchar(64) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
drop table charactersProperties;
drop table charactersproperties;

- some misc crash fixes, sql escape issue, etc.
2021-03-23 22:08:29 -04:00
..
devtools PDB and EXE updates for Movement Loop Generator 2021-03-16 16:12:11 -04:00
docs Base 2020-02-28 09:17:24 -05:00
source Disabling buy item supported, few crash fixes 2021-03-23 22:08:29 -04:00
utils Update git to allow dll and lib 2020-02-28 10:31:46 -05:00
win eq2world project update for LUA + debug mode (better tracing) 2020-12-20 17:47:32 -05:00