From e17bd303b8992c21f406df20fc525ba2d02feb5e Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 4 Apr 2020 18:00:48 -0500 Subject: [PATCH] Fix typos to stop triggering Secrets [skip ci] --- common/content/world_content_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/content/world_content_service.h b/common/content/world_content_service.h index 11d1f03dc..9bb568207 100644 --- a/common/content/world_content_service.h +++ b/common/content/world_content_service.h @@ -28,7 +28,7 @@ namespace Expansion { enum ExpansionNumber { Classic = 0, TheRuinsOfKunark, - TheShardsOfVelious, + TheScarsOfVelious, TheShadowsOfLuclin, ThePlanesOfPower, TheLegacyOfYkesha, @@ -62,7 +62,7 @@ namespace Expansion { static const char *ExpansionName[ExpansionNumber::MaxId] = { "Classic", "The Ruins of Kunark", - "The Shards of Velious", + "The Scars of Velious", "The Shadows of Luclin", "The Planes of Power", "The Legacy of Ykesha",