From bfc6044c666667955ee12fada57dcd84bc5e793a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 12 Oct 2014 19:07:27 +0200 Subject: DB/Spell: Do not let Ebon Plague stack from different casters Closes #12314 Updates #1818 By unholychick --- sql/updates/world/2014_10_12_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_10_12_03_world.sql (limited to 'sql') 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; -- cgit v1.2.3