diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-15 14:34:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-15 14:34:30 +0200 |
commit | 22133804a1ba15e6a473a28a4b3b40c49dc94d7d (patch) | |
tree | df9e01c677e407c12e4efee57fc5f5b559512120 | |
parent | c41b4000f9babb23df9d62952070a339174cf7b0 (diff) |
DB/Quest: remove wrong spell cast for quest The Dead Rise!
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_15_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_15_02_world.sql b/sql/updates/world/3.3.5/2016_09_15_02_world.sql new file mode 100644 index 00000000000..8dedfaa30e4 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_15_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SourceSpellID`=0 WHERE `ID`=11504; |