[DiscordArchive] care to elaborate?
[DiscordArchive] care to elaborate?
Archived author: ModoX • Posted: 2021-02-17T15:22:11.719000+00:00
Original source
> why wasn't a sql posted for it
because i didnt massparse my sniffs yet and others who have the related sniffs are mostly not sharing them
Archived author: ZaDarkSide • Posted: 2021-02-17T15:23:00.958000+00:00
Original source
okay got it, at least the issue is clear now
Archived author: ModoX • Posted: 2021-02-17T15:23:22.277000+00:00
Original source
you can also extract them from cache fyi
Archived author: M'Dic • Posted: 2021-02-17T15:27:10.619000+00:00
Original source
I mentioned that back in december but certain people didnt want to believe me on that.
Archived author: ZaDarkSide • Posted: 2021-02-17T15:29:28.862000+00:00
Original source
well i believe you <@!209317995057643521>
Archived author: M'Dic • Posted: 2021-02-17T15:29:54.918000+00:00
Original source
actually u didnt
Archived author: Searcas7 • Posted: 2021-02-17T15:30:03.891000+00:00
Original source
Not again
Archived author: ZaDarkSide • Posted: 2021-02-17T15:35:05.403000+00:00
Original source
okay, then i have no recollection about that, but now i could replicate it
Archived author: devos50 • Posted: 2021-02-17T15:59:17.542000+00:00
Original source
Hi! I'm trying to compile TrinityCore on Mac (branch: master) and I'm getting the following error: `no matching function for call to 'max'` right here: https://github.com/TrinityCore/TrinityCo...er.cpp#L86. Any suggestions?
[Embed: TrinityCore/TrinityCore]
TrinityCore Open Source MMO Framework (master = 9.0.2.37474, 3.3.5 = 3.3.5a.12340) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...Loader.cpp
Archived author: devos50 • Posted: 2021-02-17T16:03:35.833000+00:00
Original source
Seems that changing `std::max` to `std::fmax` fixes the issue