[7026] Current arena season id and state send and setting in mangosd.conf.
[getmangos.git] / sql / updates / 0.8 / 4224_pet_aura.sql
blob22af4c3a41e67961ebf99d0c7c3b7248bf92920f
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`;
5 UPDATE `pet_aura`
6   SET `caster_guid` = `guid`;