diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-08-24 14:51:55 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-08-24 14:51:55 +0200 |
| commit | 63c77d2283ec725f552e07dce7328f5e5da7ce40 (patch) | |
| tree | db5e420549c9096fa6c1c44b6a9ed2fb8ca90055 | |
| parent | 376d281fff74c476b411460d969d490c15a86836 (diff) | |
typo fix for prev commit 376d281
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_24_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_24_05_world.sql b/sql/updates/world/3.3.5/2016_08_24_05_world.sql new file mode 100644 index 00000000000..34b2dc925a3 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_24_05_world.sql @@ -0,0 +1,2 @@ +-- fix typo in previous update. nobody saw that! +UPDATE `quest_template` SET `RewardFactionOverride1`=9700 WHERE `id` = 12976; -- A Monument to the Fallen awards 97 rep |
