Merge pull request #719 from noudess/master

quest::npcfeature() could not set all features
This commit is contained in:
JJ 2018-02-26 14:28:08 -05:00 committed by GitHub
commit 9c69eed211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1987,8 +1987,8 @@ void QuestManager::npcfeature(char *feature, int setting)
QuestManagerCurrentQuestVars();
uint16 Race = owner->GetRace();
uint8 Gender = owner->GetGender();
uint8 Texture = 0xFF;
uint8 HelmTexture = 0xFF;
uint8 Texture = owner->GetTexture();
uint8 HelmTexture = owner->GetHelmTexture();
uint8 HairColor = owner->GetHairColor();
uint8 BeardColor = owner->GetBeardColor();
uint8 EyeColor1 = owner->GetEyeColor1();