repo.or.cz
/
auctionmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Initial Patch of Auction House bot rev. 135
[auctionmangos.git]
/
sql
/
updates
/
0.7
/
4031_spell_chain.sql
blob
15e5924df6d113675167efae05e214794952746a
1
DELETE FROM `spell_chain` WHERE `spell_id` IN (34594, 34954);
2
INSERT INTO `spell_chain` VALUES
3
(34954,34950,34950,2);
4
5
DELETE FROM `spell_chain` WHERE `spell_id` IN ( 31833, 31835, 31836 );
6
INSERT INTO `spell_chain` VALUES
7
(31833,0,31833,1),
8
(31835,31833,31833,2),
9
(31836,31835,31833,3);
10