Fix typos to stop triggering Secrets [skip ci]

This commit is contained in:
Akkadius 2020-04-04 18:00:48 -05:00
parent be8a6b6af4
commit e17bd303b8

View File

@ -28,7 +28,7 @@ namespace Expansion {
enum ExpansionNumber { enum ExpansionNumber {
Classic = 0, Classic = 0,
TheRuinsOfKunark, TheRuinsOfKunark,
TheShardsOfVelious, TheScarsOfVelious,
TheShadowsOfLuclin, TheShadowsOfLuclin,
ThePlanesOfPower, ThePlanesOfPower,
TheLegacyOfYkesha, TheLegacyOfYkesha,
@ -62,7 +62,7 @@ namespace Expansion {
static const char *ExpansionName[ExpansionNumber::MaxId] = { static const char *ExpansionName[ExpansionNumber::MaxId] = {
"Classic", "Classic",
"The Ruins of Kunark", "The Ruins of Kunark",
"The Shards of Velious", "The Scars of Velious",
"The Shadows of Luclin", "The Shadows of Luclin",
"The Planes of Power", "The Planes of Power",
"The Legacy of Ykesha", "The Legacy of Ykesha",