(feature/Prototypes) add Faction Reputation trigger (#42)
This commit is contained in:
@@ -975,6 +975,7 @@ function Private.Modernize(data, oldSnapshot)
|
||||
["Conditions"] = "unit",
|
||||
["Spell Known"] = "spell",
|
||||
["Cooldown Ready (Item)"] = "item",
|
||||
["Faction Reputation"] = "unit",
|
||||
["Pet Behavior"] = "unit",
|
||||
["Range Check"] = "unit",
|
||||
["Character Stats"] = "unit",
|
||||
@@ -1839,6 +1840,11 @@ function Private.Modernize(data, oldSnapshot)
|
||||
"deficit",
|
||||
"maxhealth",
|
||||
},
|
||||
["Faction Reputation"] = {
|
||||
"value",
|
||||
"total",
|
||||
"percentRep",
|
||||
},
|
||||
["Location"] = {
|
||||
"zone",
|
||||
"subzone",
|
||||
|
||||
Reference in New Issue
Block a user