Bug - Fixed missing/superflous tabs in data files

xKiv

Active member
items.txt:
Packet of beer seeds is missing a tab between use and autosell (is "usable\t0", should be "usable\t\t0" - don't skip access column just because it's empty).
On the other hand, can of brutalbrau, droolink monk and impetuous scofflaw each has an *extra* tab in between use and access (is "drink\t\tt,d", should be "drink\tt,d").

combats.txt:
Galley has a space instead of tab between combatrate and first monster


Someething changed and suddenly my script for parsing mafia's datafiles and stuffing their data into my mysql database started dumping cores on these x_x
 
Back
Top