Skip to content

Commit 45c4350

Browse files
moxajLocalIdentity
andauthored
Add legacy flag to Commandment support (#2387)
* Add legacy flag to Commandment support * Add export fix --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent c8e0ff0 commit 45c4350

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Data/Skills/sup_int.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,6 +2042,7 @@ skills["SupportCommandment"] = {
20422042
levels = {
20432043
[1] = { levelRequirement = 0, },
20442044
},
2045+
legacy = true,
20452046
statSets = {
20462047
[1] = {
20472048
label = "Commandment",

src/Export/Skills/sup_int.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ statMap = {
351351
#skillEnd
352352

353353
#skill SupportCommandment
354+
legacy = true
354355
#set SupportCommandment
355356
statMap = {
356357
["support_minion_damage_with_non_command_skills_+%_final"] = {

0 commit comments

Comments
 (0)