tdymel / LegacyPlayersV3

Official repository of LegacyPlayers v3
GNU Affero General Public License v3.0
18 stars 25 forks source link

Fix pet parsing #153

Closed gfriloux closed 3 years ago

gfriloux commented 3 years ago

We might end up with an overflow on the pet GUID or get an empty string when parsing the pet name.

This fixes these special cases.

The overflow part is fixed by @Shino while i was investigating it with him.

Fixes #152