mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
quest::npcfeature() could not set all features
This commit is contained in:
+2
-2
@@ -1981,8 +1981,8 @@ void QuestManager::npcfeature(char *feature, int setting)
|
|||||||
QuestManagerCurrentQuestVars();
|
QuestManagerCurrentQuestVars();
|
||||||
uint16 Race = owner->GetRace();
|
uint16 Race = owner->GetRace();
|
||||||
uint8 Gender = owner->GetGender();
|
uint8 Gender = owner->GetGender();
|
||||||
uint8 Texture = 0xFF;
|
uint8 Texture = owner->GetTexture();
|
||||||
uint8 HelmTexture = 0xFF;
|
uint8 HelmTexture = owner->GetHelmTexture();
|
||||||
uint8 HairColor = owner->GetHairColor();
|
uint8 HairColor = owner->GetHairColor();
|
||||||
uint8 BeardColor = owner->GetBeardColor();
|
uint8 BeardColor = owner->GetBeardColor();
|
||||||
uint8 EyeColor1 = owner->GetEyeColor1();
|
uint8 EyeColor1 = owner->GetEyeColor1();
|
||||||
|
|||||||
Reference in New Issue
Block a user