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
Fixed mangos.sql data for branch and partly related code.
[getmangos.git]
/
sql
/
330
/
4_spell_chain.sql
blob
f911b6bf1d23d5de9dd9fa6348bbe32f7b725fab
1
DELETE FROM spell_chain WHERE first_spell = 8443;
2
3
4
/* Desecration */
5
DELETE FROM spell_chain WHERE spell_id in (55666,55667);
6
INSERT INTO spell_chain VALUES
7
(55666,0,55666,1,0),
8
(55667,55666,55666,2,0);