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
[10051] Fixed talent 58426 broken after 3.3.3 switch.
[getmangos.git]
/
sql
/
updates
/
0.10
/
5119_mangos_quest_template.sql
blob
87b4cf31702509cb04ec635e0d5bc63c50710555
1
ALTER TABLE `quest_template`
2
ADD `RepObjectiveFaction` int(10) unsigned NOT NULL default '0' AFTER `RequiredSkillValue`,
3
ADD `RepObjectiveValue` int(10) NOT NULL default '0' AFTER `RepObjectiveFaction`;