Added new 2016 Wedding skills (#2479)
* 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!
This commit is contained in:
2
sql-files/upgrades/upgrade_20171019.sql
Normal file
2
sql-files/upgrades/upgrade_20171019.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO `skill` (`char_id`, `id`, `lv`, `flag`)
|
||||
SELECT `char_id`, 5065, 1, 0 FROM `char` WHERE `father` > 0 OR `mother` > 0;
|
||||
Reference in New Issue
Block a user