diff options
author | Rushor <PBienati@web.de> | 2016-02-06 22:53:21 +0100 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2016-02-06 22:53:21 +0100 |
commit | 3162bfbca539382f62d71e23cbde7a29b8019a37 (patch) | |
tree | 95163aed790d6fd473a1999a5b4a230976b78ef6 | |
parent | ab31b83a25e216b922bee575d7848028e704b726 (diff) |
DB/Quest: Avenging The Fallen
* This quest is not supposed to be repeatable on WotLK 3.3.5
* closes #14892
* thanks to @fvicaria for report and fix
-rw-r--r-- | sql/updates/world/2016_02_06_13_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_06_13_world.sql b/sql/updates/world/2016_02_06_13_world.sql new file mode 100644 index 00000000000..22bd5596d98 --- /dev/null +++ b/sql/updates/world/2016_02_06_13_world.sql @@ -0,0 +1,3 @@ +-- +-- DB/Quest: Avenging The Fallen +UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `Id`=7830; |