chore(hs): rename event display name 'Heykel Savasi' -> 'TvT Event' (strings only)

Display strings/messages/designations changed everywhere (Name, entrance
messages, NPC designation, HUD title). Code identifiers/namespaces/commands
unchanged. DB rows updated separately.
This commit is contained in:
Acentech Dev
2026-07-21 13:01:36 +03:00
parent 7312b0e20d
commit d41d46f24f
9 changed files with 23 additions and 23 deletions

View File

@@ -769,7 +769,7 @@ internal partial class NpcInitialization : Version095d.NpcInitialization
{
var def = this.Context.CreateNew<MonsterDefinition>();
def.Number = 560;
def.Designation = "Heykel Savasi Gorevlisi";
def.Designation = "TvT Event Gorevlisi";
def.NpcWindow = NpcWindow.Undefined; // routed via IPlayerTalkToNpcPlugIn in a later task
def.ObjectKind = NpcObjectKind.PassiveNpc;
this.GameConfiguration.Monsters.Add(def);