Core/Misc: Misc Fixes/Crashes

This commit is contained in:
hondacrx
2020-12-07 13:02:07 -05:00
parent 6b7c0288e8
commit a702e070f3
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -9314,7 +9314,7 @@ namespace Game
currencyRewardCount++;
response.Reward.Value.Currency.Add(new PlayerChoiceResponseRewardEntry(currencyId, quantity));
} while (rewards.NextRow());
} while (rewardCurrency.NextRow());
}
SQLResult rewardFaction = DB.World.Query("SELECT ChoiceId, ResponseId, FactionId, Quantity FROM playerchoice_response_reward_faction ORDER BY `Index` ASC");