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.11
/
5771_mangos_spell_learn_spell.sql
blob
84ebcdccdb114c12dc979d678421b13a349bd833
1
ALTER TABLE spell_learn_spell
2
DROP IfNoSpell;
3
4
DELETE FROM spell_learn_spell WHERE entry IN (34769,13819,5784);
5
6
INSERT INTO spell_learn_spell (entry,spellID) VALUES
7
(34769,33388),
8
(13819,33388),
9
(5784,33388);