item_delay.txt 188 B

12345678
  1. // Item Delay Database
  2. //
  3. // Structure of Database:
  4. // Item ID,Delay in Milliseconds
  5. //
  6. // NOTE:
  7. // There is a max concurrent number of entries set in src/map/itemdb.h as MAX_ITEMDELAYS.