Rochet2 / TrinityCore

Rochet2's stuff for TC
https://rochet2.github.io
89 stars 144 forks source link

NpcDress fix 8.3 #115

Closed hoxton22 closed 4 years ago

hoxton22 commented 4 years ago

Hello ! With 8.3, dressnpc don't work, the server won't launch because of there are no implementation for new gnome race : In objectMgr.cpp, LoadCreatureOutfits function

just add the line under the others : {/*RACE_MECHAGNOME*/ 37, RACE_GNOME},

and it should be ok !

Rochet2 commented 4 years ago

Fixed in https://github.com/Rochet2/TrinityCore/commit/12bdce1a41f36d3abb8425da21c0605196836c44 I guess. PS. mechagnomes are nightmare fuel. D: