down with the whitelist system
authorJackson <9527380+Jaksuhn@users.noreply.github.com>
Sat, 28 Jun 2025 19:23:32 +0000 (20:23 +0100)
committerJackson <9527380+Jaksuhn@users.noreply.github.com>
Sat, 28 Jun 2025 19:23:32 +0000 (20:23 +0100)
QuestPaths/quest-v1.json
Questionable.Model/Questing/Converter/EmoteConverter.cs
Questionable.Model/Questing/EEmote.cs

index 0d33cca5cb6f93819597169f0121449a2abb19f3..1045683c64dbbc69c3912d082f83899b200e1567 100644 (file)
                   "laugh",
                   "greeting",
                   "angry",
-                  "unbound"
+                  "unbound",
+                  "congratulate"
                 ]
               }
             }
index 576a77e59c21eb17cb59dc7cad1c56b3479b6fec..c773b72d9fdbdef460e2d3b0f97f98397f4f6801 100644 (file)
@@ -47,5 +47,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
         { EEmote.Greeting, "greeting" },
         { EEmote.Uchiwasshoi, "uchiwasshoi" },
         { EEmote.Unbound, "unbound" },
+        { EEmote.Congratulate, "congratulate" },
     };
 }
index 7855bd15d7a0dd668f57e378a05fb00e6b7647a6..c228fbf33a635c7f6f393b1921c4e21babbfe6f5 100644 (file)
@@ -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,