mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
5 lines
274 B
SQL
5 lines
274 B
SQL
ALTER TABLE `aa_actions` ADD `redux_aa2` MEDIUMINT( 8 ) UNSIGNED NOT NULL DEFAULT '0',
|
|
ADD `redux_rate2` TINYINT( 4 ) NOT NULL DEFAULT '0';
|
|
UPDATE `aa_actions` SET `redux_aa2` = '886',
|
|
`redux_rate2` = '10' WHERE `aa_actions`.`aaid` =243 AND `aa_actions`.`rank` =0 LIMIT 1 ;
|