forked from liza/Questionable
Add /lookout as usable emote
This commit is contained in:
parent
6bd5b21ad4
commit
ec839c15d3
@ -501,7 +501,8 @@
|
||||
"imperialsalute",
|
||||
"pet",
|
||||
"dance",
|
||||
"respect"
|
||||
"respect",
|
||||
"lookout"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -25,5 +25,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
||||
{ EEmote.Pet, "pet" },
|
||||
{ EEmote.Dance, "dance" },
|
||||
{ EEmote.Respect, "respect" },
|
||||
{ EEmote.Lookout, "lookout" },
|
||||
};
|
||||
}
|
||||
|
@ -27,4 +27,5 @@ public enum EEmote
|
||||
Pet = 105,
|
||||
Dance = 11,
|
||||
Respect = 140,
|
||||
Lookout = 22,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user