[DiscordArchive] https://github.com/wowdev/WoWDBDefs/blob/master/definitions/SpellProceduralEffect.dbd is there a goo
[DiscordArchive] https://github.com/wowdev/WoWDBDefs/blob/master/definitions/SpellProceduralEffect.dbd is there a goo
Archived author: Azarchius • Posted: 2024-04-11T09:51:50.548000+00:00
Original source
https://github.com/wowdev/WoWDBDefs/blob...Effect.dbd is there a good reason why the values here are float and not int?
[Embed: WoWDBDefs/definitions/SpellProceduralEffect.dbd at master · wowdev/...]
Client database definitions for World of Warcraft. Contribute to wowdev/WoWDBDefs development by creating an account on GitHub.
https://github.com/wowdev/WoWDBDefs/blob...Effect.dbd
Archived author: Azarchius • Posted: 2024-04-11T09:56:16.591000+00:00
Original source
_some_ values will be float I believe (depends on Type?) but many are not floats and will be ruined if attempted to be parsed as floats due to precision errors
Archived author: Azarchius • Posted: 2024-04-11T09:56:46.491000+00:00
Original source
surely Value here for the purposes of clean operations is best described as int (if one _must_ describe it as any one type)
Archived author: Azarchius • Posted: 2024-04-11T10:00:50.851000+00:00
Original source
(we are trying to load these values into a mysql database based on dbdefs and it is _not_ going well here lmao, so far setting length to 8,1 _seems_ to work for now but not ideal either way)