azerothcore / mod-transmog

Plug&Play transmog module for AzerothCore, based on Rochet2 works
https://github.com/azerothcore/mod-transmog/blob/master/README.md
GNU Affero General Public License v3.0
116 stars 142 forks source link

Fix an issue with MixedWeaponType:LOOSE 2h->1h tmog #170

Closed Ceikry closed 3 weeks ago

Ceikry commented 3 weeks ago

I introduced a regression in a previous MR causing weapon InvType mismatch to not properly respect the fact that Loose means all bets are off and we let any weapon tmog over any weapon.

Closes #168