Closed hoxton22 closed 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},
{/*RACE_MECHAGNOME*/ 37, RACE_GNOME},
and it should be ok !
Fixed in https://github.com/Rochet2/TrinityCore/commit/12bdce1a41f36d3abb8425da21c0605196836c44 I guess. PS. mechagnomes are nightmare fuel. D:
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 !