Core/Quests: Implemented player choice rewards

DB/Creature: Cosmetic Mottled Raptor
This commit is contained in:
hondacrx
2018-01-01 16:11:50 -05:00
parent 45333097df
commit ba92c58e6c
14 changed files with 160462 additions and 210 deletions
+2 -2
View File
@@ -1175,9 +1175,9 @@ namespace Game.Scripting
{
ForEach<PlayerScript>(p => p.OnMovieComplete(player, movieId));
}
public void OnPlayerChoiceResponse(Player player, uint choiceID, uint responseID)
public void OnPlayerChoiceResponse(Player player, uint choiceId, uint responseId)
{
ForEach<PlayerScript>(p => p.OnPlayerChoiceResponse(player, choiceID, responseID));
ForEach<PlayerScript>(p => p.OnPlayerChoiceResponse(player, choiceId, responseId));
}
// GuildScript