repo.or.cz
/
getmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[10051] Fixed talent 58426 broken after 3.3.3 switch.
[getmangos.git]
/
sql
/
updates
/
0.10
/
5120_mangos_spell_chain.sql
blob
c0bef0f2f1f02458c53f7fb6c619a0d0dfe6e978
1
DELETE FROM `spell_chain` WHERE `spell_id` IN (9787,9788,17039,17040,17041,10656,10658,10660,20219,20222,26797,26798,26801);
2
INSERT INTO `spell_chain` (`spell_id`, `prev_spell`, `first_spell`, `rank`) VALUES
3
(9787,29844,2018,6),
4
(9788,29844,2018,6),
5
(17039,9787,2018,7),
6
(17040,9787,2018,7),
7
(17041,9787,2018,7),
8
(10656,32549,2108,6),
9
(10658,32549,2108,6),
10
(10660,32549,2108,6),
11
(20219,30350,4036,6),
12
(20222,30350,4036,6),
13
(26797,26790,3908,6),
14
(26798,26790,3908,6),
15
(26801,26790,3908,6);