Skip to content

Commit 18f03ef

Browse files
authored
fix typo tactitian (#9130)
1 parent 75fab68 commit 18f03ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/FlavourText.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ return {
353353
},
354354
[44] = {
355355
id = "FatedUnique46",
356-
name = "The Tactitian",
356+
name = "The Tactician",
357357
text = {
358358
"Few men command an army better",
359359
"than the Great Meginord of the North",

src/Export/Scripts/flavourText.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ local forcedNameList = { -- fated show twice at the moment, but this list is cau
9696
{ id = "UniqueBow8", name = "Storm Cloud" },
9797
{ id = "FatedUnique21", name = "The Tempest" },
9898
{ id = "UniqueBelt2", name = "The Magnate" },
99-
{ id = "FatedUnique46", name = "The Tactitian" },
99+
{ id = "FatedUnique46", name = "The Tactician" },
100100
{ id = "FatedUnique47", name = "The Nomad" },
101101
{ id = "UniqueStaff14", name = "The Stormheart" },
102102
{ id = "FatedUnique29", name = "The Stormwall" },

0 commit comments

Comments
 (0)