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.7
/
3351_character_pet.sql
blob
852ff72b6ba932f2f553c56025d26dbba24e6661
1
ALTER TABLE `character_pet`
2
ADD COLUMN `curhealth` int(11) unsigned NOT NULL default '1',
3
ADD COLUMN `curmana` int(11) unsigned NOT NULL default '0';