[6812] Implement localization of creature/gameobject name that say/yell.
[getmangos.git] / sql / updates / 0.8 / 4437_pet_aura.sql
blob711ec6de04e9a796a7d8f3efeb840792ef46bb35
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`;
5 UPDATE `pet_aura`
6   SET `maxduration` = `remaintime`, `remaincharges` = -1;