diff options
| author | PolarCookie <PolarCookie@users.noreply.github.com> | 2019-04-03 18:28:55 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-04-03 18:28:55 +0200 |
| commit | a108e5771445d9c94ae73f6606678501116dd544 (patch) | |
| tree | 88692aaae39df101f852a337ff173dd3ac34fa4d | |
| parent | 35a0ed1f39186b7ca9c004af9caf680f8dda3187 (diff) | |
DB/Reputation: Fix quest reputation rewards for Sporeggar and Kurenai
Closes#20600
| -rw-r--r-- | sql/updates/world/3.3.5/2019_04_03_05_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_03_05_world.sql b/sql/updates/world/3.3.5/2019_04_03_05_world.sql new file mode 100644 index 00000000000..f85707d39bc --- /dev/null +++ b/sql/updates/world/3.3.5/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 |
