diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2021-09-30 10:16:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 10:16:13 +0200 |
| commit | 73770edceed9fff782fa0b1aa08d4b8a1ac2af00 (patch) | |
| tree | 8a016eb38bca85c9aab9f5778bca01a7dffc4910 | |
| parent | 6b708df30d5c73f41af80c115cec73654c15d44c (diff) | |
DB/Quest: The Shrine of Dath'Remar
closes #26971 by osleyder85
| -rw-r--r-- | sql/updates/world/master/2021_09_30_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_30_04_world.sql b/sql/updates/world/master/2021_09_30_04_world.sql new file mode 100644 index 00000000000..9bd09c7bcd9 --- /dev/null +++ b/sql/updates/world/master/2021_09_30_04_world.sql @@ -0,0 +1,2 @@ +-- The Shrine of Dath'Remar +UPDATE `quest_template` SET `RewardMoney`=400, `RewardBonusMoney`=270, `VerifiedBuild`=40120 WHERE `ID`=37442; |
