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.5
/
2066_creature_template.sql
blob
84d19cd8b0004dcbdab6357aabd2c15385902804
1
ALTER TABLE `creature_template`
2
ADD `trainer_spell` int(11) unsigned default '0' AFTER `trainer_type`,
3
ADD `race` int(11) unsigned default '0' AFTER `class`;