Skip to content

Commit f68f59b

Browse files
committed
Add mind blast threat values
1 parent 54ed72b commit f68f59b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Updates/4771_mind_blast_threat.sql

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
DELETE FROM spell_threat WHERE entry IN(8092,8102,8103,8104,8105,8106,10945,10946,10947);
2+
INSERT INTO spell_threat(entry,Threat) VALUES
3+
(8092,40),
4+
(8102,77),
5+
(8103,121),
6+
(8104,180),
7+
(8105,235),
8+
(8106,303),
9+
(10945,380),
10+
(10946,460),
11+
(10947,540);
12+

0 commit comments

Comments
 (0)