aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-10-12 19:07:27 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-10-12 19:07:27 +0200
commitbfc6044c666667955ee12fada57dcd84bc5e793a (patch)
tree3a4e845060d51972b40bf9b1c7e0c40cc0b8420a /sql
parenta9cd76f101e655f13ad236e8b7097ac92d379a3a (diff)
DB/Spell: Do not let Ebon Plague stack from different casters
Closes #12314 Updates #1818 By unholychick
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_10_12_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_12_03_world.sql b/sql/updates/world/2014_10_12_03_world.sql
new file mode 100644
index 00000000000..7f6649cd271
--- /dev/null
+++ b/sql/updates/world/2014_10_12_03_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `spell_dbc` SET `AttributesEx3` = 0 WHERE `Id` = 65142;