We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e84d1 commit 82a25b4Copy full SHA for 82a25b4
2 files changed
src/Data/Global.lua
@@ -317,11 +317,7 @@ SkillType = {
317
DisallowTriggerSupports = 134,
318
ProjectileCannotReturn = 135,
319
Offering = 136,
320
-<<<<<<< 3.26_export
321
- SupportByBane = 137,
322
-=======
323
SupportedByBane = 137,
324
->>>>>>> dev
325
}
326
327
GlobalCache = {
src/Export/Scripts/skills.lua
@@ -124,11 +124,7 @@ local skillTypes = {
124
"DisallowTriggerSupports",
125
"ProjectileCannotReturn",
126
"Offering",
127
128
- "SupportedByBane"
129
130
"SupportedByBane",
131
132
133
134
-- This is here to fix name collisions like in the case of Barrage
0 commit comments