
* Added new 2016 Wedding skills * Adds Call All Family, One Forever, and Cheer Up skills to the renewal databases. * Removed Enlarge Weight Limit R skill from a few job skill trees as it's not needed to be defined there. Thanks to @Rytech2, @Jeybla, and @Lemongrass3110!
3 lines
131 B
SQL
3 lines
131 B
SQL
INSERT INTO `skill` (`char_id`, `id`, `lv`, `flag`)
|
|
SELECT `char_id`, 5065, 1, 0 FROM `char` WHERE `father` > 0 OR `mother` > 0;
|