Add task faction reward

This just reuses NPC faction ID stuff since it does everything we want
and isn't actually tied to NPCs :P
This commit is contained in:
Michael Cook (mackal)
2018-07-08 21:40:04 -04:00
parent 3969ac346d
commit 2d456ba8c9
4 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -3851,7 +3851,7 @@ struct TaskDescriptionData2_Struct {
uint8 has_rewards;
uint32 coin_reward;
uint32 xp_reward;
uint32 unknown3; // don't see it affecting display, faction maybe
uint32 faction_reward;
};
struct TaskDescriptionTrailer_Struct {