fix few new 781 items, liberty bay depot tile, npc addon looktype

This commit is contained in:
ErikasKontenis
2019-11-26 20:11:52 +02:00
parent aba06f9298
commit b697524b3c
27 changed files with 34 additions and 11 deletions

View File

@@ -143,6 +143,7 @@ bool Npc::load()
currentOutfit.lookBody = c[1];
currentOutfit.lookLegs = c[2];
currentOutfit.lookFeet = c[3];
currentOutfit.lookAddons = c[4];
} else {
currentOutfit.lookTypeEx = script.readNumber();
}