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.6
/
2571_quest_template.sql
blob
d4d8d12bc8f296c206a4f94a00d5bb0a329643ff
1
ALTER TABLE `quest_template`
2
CHANGE `srcItem` `SrcItemId` int(11) unsigned NOT NULL default '0',
3
ADD `SrcSpell` int(11) unsigned NOT NULL default '0' AFTER `SrcItemCount`;