diff options
| author | PolarCookie <PolarCookie@users.noreply.github.com> | 2019-04-03 18:28:55 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-26 11:14:30 +0100 |
| commit | 5aa0539d4b9e0ea83e0daf693b428d0687291777 (patch) | |
| tree | a476e082818b13caaff579891055cac1594ed71d | |
| parent | b4d2d571ac55b0afeb4ad505a4a3a14211442c38 (diff) | |
DB/Reputation: Fix quest reputation rewards for Sporeggar and Kurenai
Closes#20600
(cherry picked from commit a108e5771445d9c94ae73f6606678501116dd544)
| -rw-r--r-- | sql/updates/world/master/2021_11_26_06_world_2019_04_03_05_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_06_world_2019_04_03_05_world.sql b/sql/updates/world/master/2021_11_26_06_world_2019_04_03_05_world.sql new file mode 100644 index 00000000000..768411f1224 --- /dev/null +++ b/sql/updates/world/master/2021_11_26_06_world_2019_04_03_05_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `reputation_reward_rate` SET `quest_rate` = 3 WHERE `faction` = 970; -- Sporeggar +UPDATE `reputation_reward_rate` SET `quest_repeatable_rate` = 2 WHERE `faction` IN (941, 978); -- Kurenai and Mag'har |
