diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-15 14:34:30 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-27 22:00:02 +0100 |
commit | d70e852731f5c491ffdc66c145fa161059857d93 (patch) | |
tree | 640a4d111b926b2c2a79d96942a25a55b896eba8 | |
parent | 9da35aa3bd086be000134c913d02f4692041e1ff (diff) |
DB/Quest: remove wrong spell cast for quest The Dead Rise!
(cherry picked from commit 22133804a1ba15e6a473a28a4b3b40c49dc94d7d)
-rw-r--r-- | sql/updates/world/master/2017_02_27_01_world_2016_09_15_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_27_01_world_2016_09_15_02_world.sql b/sql/updates/world/master/2017_02_27_01_world_2016_09_15_02_world.sql new file mode 100644 index 00000000000..8dedfaa30e4 --- /dev/null +++ b/sql/updates/world/master/2017_02_27_01_world_2016_09_15_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SourceSpellID`=0 WHERE `ID`=11504; |