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:
Aleos
2017-10-19 13:22:55 -04:00
committed by GitHub
parent ea0b54e03f
commit c73e10cb30
16 changed files with 208 additions and 25 deletions

View 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;