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
/
4224_pet_aura.sql
blob
22af4c3a41e67961ebf99d0c7c3b7248bf92920f
1
ALTER TABLE `pet_aura`
2
ADD `caster_guid` bigint(20) unsigned NOT NULL default '0' COMMENT 'Full Global Unique Identifier' AFTER `guid`,
3
ADD `amount` int(11) NOT NULL default '0' AFTER `effect_index`;
4
5
UPDATE `pet_aura`
6
SET `caster_guid` = `guid`;