Skip to content

Commit 82a25b4

Browse files
committed
Fix borked GitHub merge
1 parent 22e84d1 commit 82a25b4

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/Data/Global.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,7 @@ SkillType = {
317317
DisallowTriggerSupports = 134,
318318
ProjectileCannotReturn = 135,
319319
Offering = 136,
320-
<<<<<<< 3.26_export
321-
SupportByBane = 137,
322-
=======
323320
SupportedByBane = 137,
324-
>>>>>>> dev
325321
}
326322

327323
GlobalCache = {

src/Export/Scripts/skills.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,7 @@ local skillTypes = {
124124
"DisallowTriggerSupports",
125125
"ProjectileCannotReturn",
126126
"Offering",
127-
<<<<<<< 3.26_export
128-
"SupportedByBane"
129-
=======
130127
"SupportedByBane",
131-
>>>>>>> dev
132128
}
133129

134130
-- This is here to fix name collisions like in the case of Barrage

0 commit comments

Comments
 (0)