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.8
/
4414_spell_proc_event.sql
blob
70419b32cf14f3a226317351b10822a30f41b11d
1
DELETE FROM `spell_proc_event` WHERE `entry` IN (25441,27009,27124,27280,31896);
2
INSERT INTO `spell_proc_event` VALUES
3
(25441,0,0,0,0,0,1048576,0),
4
(27009,0,0,0,0,0,2,0),
5
(27124,0,0,0,0,0,2,0),
6
(27280,0,0,0,0,0,2,0),
7
(31896,0,0,0,0,0,1,2);
8