[HW][Allied Society][Vanu Vanu] Added a few daily quests #58

Merged
liza merged 4 commits from plogon_enjoyer/Questionable:vanuvanu into master 2024-09-23 18:14:24 +00:00
3 changed files with 4 additions and 1 deletions
Showing only changes of commit 367c00c79c - Show all commits

View File

@ -808,7 +808,8 @@
"comfort",
"battlestance",
"doze",
"box"
"box",
"sundropdance"
]
}
}

View File

@ -36,5 +36,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
{ EEmote.BattleStance, "battlestance" },
{ EEmote.Doze, "doze" },
{ EEmote.Box, "box" },
{ EEmote.SundropDance, "sundropdance"}
};
}

View File

@ -37,4 +37,5 @@ public enum EEmote
BattleStance = 121,
Doze = 13,
Box = 166,
SundropDance = 120,
}