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.8
/
4437_pet_aura.sql
blob
711ec6de04e9a796a7d8f3efeb840792ef46bb35
1
ALTER TABLE `pet_aura`
2
ADD `maxduration` int(11) NOT NULL default '0' AFTER `amount`,
3
ADD `remaincharges` int(11) NOT NULL default '0' AFTER `remaintime`;
4
5
UPDATE `pet_aura`
6
SET `maxduration` = `remaintime`, `remaincharges` = -1;