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
Removed trailing whitespaces and CRLFs
[auctionmangos.git]
/
sql
/
updates
/
0.9
/
4657_quest_template.sql
blob
09b7db1665416907ea588fb5106cf2ec37f2e4c1
1
ALTER TABLE `quest_template`
2
CHANGE `RequiredSkillValue` `RequiredSkillValue` int(11) unsigned NOT NULL default '0';
3
4
UPDATE `quest_template`
5
SET `RequiredSkillValue` = 0 WHERE `RequiredSkillValue` = 1 AND `ZoneOrSort` >= 0;