From 7afaa44bb103b9cd6f21bebfc84de9c16c6f5629 Mon Sep 17 00:00:00 2001 From: Jackson <9527380+Jaksuhn@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:23:32 +0100 Subject: [PATCH] down with the whitelist system --- QuestPaths/quest-v1.json | 3 ++- Questionable.Model/Questing/Converter/EmoteConverter.cs | 1 + Questionable.Model/Questing/EEmote.cs | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index 0d33cca5..1045683c 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -935,7 +935,8 @@ "laugh", "greeting", "angry", - "unbound" + "unbound", + "congratulate" ] } } diff --git a/Questionable.Model/Questing/Converter/EmoteConverter.cs b/Questionable.Model/Questing/Converter/EmoteConverter.cs index 576a77e5..c773b72d 100644 --- a/Questionable.Model/Questing/Converter/EmoteConverter.cs +++ b/Questionable.Model/Questing/Converter/EmoteConverter.cs @@ -47,5 +47,6 @@ public sealed class EmoteConverter() : EnumConverter(Values) { EEmote.Greeting, "greeting" }, { EEmote.Uchiwasshoi, "uchiwasshoi" }, { EEmote.Unbound, "unbound" }, + { EEmote.Congratulate, "congratulate" }, }; } diff --git a/Questionable.Model/Questing/EEmote.cs b/Questionable.Model/Questing/EEmote.cs index 7855bd15..c228fbf3 100644 --- a/Questionable.Model/Questing/EEmote.cs +++ b/Questionable.Model/Questing/EEmote.cs @@ -25,6 +25,7 @@ public enum EEmote Me = 23, Deny = 25, Poke = 28, + Congratulate = 29, Psych = 30, Salute = 31, Rally = 34, @@ -38,7 +39,7 @@ public enum EEmote ImperialSalute = 59, Pet = 105, Slap = 111, - SundropDance = 120, + SundropDance = 120, BattleStance = 121, VictoryPose = 122, MogDance = 126, -- 2.20.1