[DiscordArchive] <@!109652764488892416> did you suggest nodiscard because of ```if (!creature->isVendorWithIconSpeak(
[DiscordArchive] <@!109652764488892416> did you suggest nodiscard because of ```if (!creature->isVendorWithIconSpeak(
Archived author: Claudiodfc • Posted: 2021-06-10T15:20:44.415000+00:00
Original source
that return calls HasEntry()
Archived author: Claudiodfc • Posted: 2021-06-10T15:21:01.328000+00:00
Original source
```
bool HasEntry() const { return HasEntry(GetHigh()); }
```
Archived author: Claudiodfc • Posted: 2021-06-10T15:21:09.441000+00:00
Original source
suddenly we are using high for validation?
Archived author: Honey • Posted: 2021-06-10T15:25:26.803000+00:00
Original source
Im Not good with the cpp code, but i think GetCounter Returns the Low guid, hence DB entry
Archived author: Claudiodfc • Posted: 2021-06-10T15:27:37.545000+00:00
Original source
i hate having to work with stuff I have no idea what it does, like this `0x00000000FFFFFFFF`
Archived author: Claudiodfc • Posted: 2021-06-10T15:27:47.831000+00:00
Original source
pray to god that someone can maintain this code
Archived author: Claudiodfc • Posted: 2021-06-10T15:35:25.901000+00:00
Original source
and another huge Trinitycore PR is on the way
Archived author: Claudiodfc • Posted: 2021-06-10T15:35:41.849000+00:00
Original source
really makes you wonder why people contribute to AC if we just keep porting all of TCs systems
Archived author: Claudiodfc • Posted: 2021-06-10T15:36:07.926000+00:00
Original source
as if these devs werent skilled enough to build on top of the current code
Archived author: sijink • Posted: 2021-06-10T15:54:14.331000+00:00
Original source
yeah it's not easy to digest all that bit shiftaroo