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
/
5106_mangos_spell_chain.sql
blob
2ce95bc05c4dde089b52421d912359a03fe72ded
1
DELETE FROM `spell_chain` WHERE `spell_id` IN (26790,27028,28029,28596,28695,28897,29354,29844,30350,32549,32678,33095,33359);
2
INSERT INTO `spell_chain` (`spell_id`, `prev_spell`, `first_spell`, `rank`) VALUES
3
(26790,12180,3908,5),
4
(27028,10846,3273,5),
5
(28029,13920,7411,5),
6
(28596,11611,2259,5),
7
(28695,11993,2366,5),
8
(28897,28895,25229,5),
9
(29354,10248,2575,5),
10
(29844,9785,2018,5),
11
(30350,12656,4036,5),
12
(32549,10662,2108,5),
13
(32678,10768,8613,5),
14
(33095,18248,7620,5),
15
(33359,18260,2550,5);