aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-03-17 09:15:12 +0100
committerKillyana <morphone1@gmail.com>2017-03-17 09:15:12 +0100
commit5a982241a52fcb732c05c4d855a929bb388374d9 (patch)
tree0088d17bf7f510a61afc220a428bf88da673e177
parent3b27a06265e4f022ec81b00ab99255246e8dd467 (diff)
DB/Spells: Fix some DBC spells with summon effect
-rw-r--r--sql/updates/world/3.3.5/2017_03_17_02_world_355.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_17_02_world_355.sql b/sql/updates/world/3.3.5/2017_03_17_02_world_355.sql
new file mode 100644
index 00000000000..ef79a2cb3f7
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_03_17_02_world_355.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `spell_dbc` SET `Effect2` = 28, `EffectMiscValueB2` = 64 WHERE `Id`IN (23201, 27939, 30774, 33614, 33616, 39074);
+UPDATE `spell_dbc` SET `Effect3` = 28, `EffectMiscValueB3` = 64 WHERE `Id`IN (19224);