db2 icon indicating copy to clipboard operation
db2 copied to clipboard

Custom Project: ItemSparse names are integers

Open darki73 opened this issue 8 years ago • 0 comments

Good time of the day, i'm trying to create a library which should be of any use for people who want to work with the DB2 files. I've used your project as a base for the library.

  • Class BaseFormat
  • @package FreedomCore\TrinityCore\Support\DB2Reader\Processor
  • @copyright Erorus (https://github.com/erorus) and Darki73 (https://github.com/darki73)
  • @see https://github.com/erorus/db2/blob/master/src/Erorus/DB2/Reader.php While other files yield information similar to your package (names are names and not integers), ItemSparse in particular returns integers and all of the data from this file seems to be 'a bit' off. Here is my implementation of reader (result): https://pastebin.com/cJcUW8QZ Here is yours implementation of the reader (result): https://pastebin.com/TTZjebth

I understand if you don't want to support '3rd party implementations', but it would be nice if you would give me at least a hint on where this error might be. Thank you for your time, and thank you for such an amazing library! P.S. Here is the link to the project https://github.com/darki73/trinitycore-support/tree/master/source

darki73 avatar Dec 30 '17 23:12 darki73