
* Fixes #4524. * Adds support for the new slimmer Madogear suit. * Adjusts script command setmadogear to support changing to this type. * Adjusts atcommand mount to support changing to this type. * Removes a 3rd class check from setoption for Rangers and Mechanics. * Removes status_calc_pc call from pc_setoption so that it can be handled via normal status change calculations. * Adds Mado_Box02 item for Mado Suit. Thanks to @admkakaroto, @Atemo and @Lemongrass3110!
2 lines
157 B
SQL
2 lines
157 B
SQL
INSERT IGNORE `sc_data` (`account_id`, `char_id`, `type`, `tick`) SELECT `account_id`, `char_id`, '752', '-1' FROM `char` WHERE `option` & '4194304' != '0';
|