[9133] Fixes in talent 11129 work.
[getmangos.git] / sql / updates / 9019_01_mangos_spell_threat.sql
blobcb8ccb7da60f124bccecf30465cfb758b7f42165
1 ALTER TABLE db_version CHANGE COLUMN required_9018_01_mangos_spell_bonus_data required_9019_01_mangos_spell_threat bit;
3 DELETE FROM spell_threat WHERE entry IN (
4 -- Battle Shout
5 6673, 5242, 6192, 11549, 11550, 11551, 25289, 2048, 47436,
6 -- Commanding Shout
7 469, 47439, 47440, 
8 -- Demoralizing Shout
9 1160, 6190, 11554, 11555, 11556, 25202, 25203, 47437,
10 -- Cleave
11 845, 7369, 11608, 11609, 20569, 25231, 47519, 47520,
12 -- Devastate
13 47497, 47498,
14 -- Disarm
15 676,
16 -- Heroic Strike
17 47450, 47449,
18 -- Revenge
19 57823,
20 -- Shield Bash
21 72,
22 -- Shield Slam
23 47488, 47487,
24 -- Sunder Armor (remove only)
25 47467, 25225, 11597, 11596, 8380, 7405, 
26 -- Thunder Clap
27 47502, 47501,
28 -- Maul
29 6807, 6808, 6809, 8972, 9745, 9880, 9881, 26996, 48479, 48480,
30 -- Demoralizing Roar
31 99, 1735, 9490, 9747, 9898, 26998, 48559, 48560,
32 -- Lacerate
33 48567, 48568);
35 INSERT INTO spell_threat VALUES
36 -- Battle Shout
37 (6673, 18),
38 (5242, 26),
39 (6192, 32),
40 (11549, 40),
41 (11550, 48),
42 (11551, 56),
43 (25289, 62),
44 (2048, 70),
45 (47436, 78),
46 -- Commanding Shout
47 (469, 40),
48 (47439, 60),
49 (47440, 80),
50 -- Demoralizing Shout
51 (1160, 16),
52 (6190, 26),
53 (11554, 30),
54 (11555, 37),
55 (11556, 43),
56 (25202, 50),
57 (25203, 55),
58 (47437, 63),
59 -- Cleave
60 (845, 10),
61 (7369, 40),
62 (11608, 60),
63 (11609, 70),
64 (20569,100),
65 (25231,130),
66 (47519, 180),
67 (47520, 225),
68 -- Devastate
69 (47497, 101),
70 (47498, 101),
71 -- Disarm
72 (676, 104),
73 -- Heroic Strike
74 (47450, 259),
75 (47449, 236),
76 -- Revenge
77 (57823, 500),
78 -- Shield Bash
79 (72, 293),
80 -- Shield Slam
81 (47488, 770),
82 (47487, 520),
83 -- Thunder Clap
84 (47502, 260),
85 (47501, 235),
86 -- Maul
87 (6807, 322),
88 (6808, 322),
89 (6809, 322),
90 (8972, 322),
91 (9745, 322),
92 (9880, 322),
93 (9881, 322),
94 (26996, 322),
95 (48479, 322),
96 (48480, 322),
97 -- Demoralizing Roar
98 (99, 42),
99 (1735, 42),
100 (9490, 42),
101 (9747, 42),
102 (9898, 42),
103 (26998, 42),
104 (48559, 42),
105 (48560, 42),
106 -- Lacerate
107 (48567, 285),
108 (48568, 285);