Merge of Rytech's 4CrAM (#6414)
Merged Rytech2/4CrAM-Open@978d4fc406 Original author is @Rytech2 and all credits belong to him. Cleanups by @Lemongrass3110, @aleos89 and @Atemo. Co-authored-by: Rytech2 <rytech16@gmail.com> Co-authored-by: aleos <aleos89@users.noreply.github.com> Co-authored-by: Atemo <capucrath@gmail.com>
This commit is contained in:
@@ -756,6 +756,12 @@ static bool mob_db_yaml2sql(const std::string &file, const std::string &table) {
|
||||
column.append("`defense`,");
|
||||
if (appendEntry(input["MagicDefense"], value))
|
||||
column.append("`magic_defense`,");
|
||||
#ifdef RENEWAL
|
||||
if (appendEntry(input["Resistance"], value))
|
||||
column.append("`resistance`,");
|
||||
if (appendEntry(input["MagicResistance"], value))
|
||||
column.append("`magic_resistance`,");
|
||||
#endif
|
||||
if (appendEntry(input["Str"], value))
|
||||
column.append("`str`,");
|
||||
if (appendEntry(input["Agi"], value))
|
||||
|
||||
Reference in New Issue
Block a user