[Commands] Cleanup #emotesearch and #emoteview Command. (#2494)

* [Commands] Cleanup #emoteview Command.

Cleanup command messages and logic.

Add constants for Emote Events and Emote Types and replace all the old constants with the new constants.

* Update emoteview.cpp

* Cleanup #emotesearch Command.
This commit is contained in:
Kinglykrab
2022-10-29 21:22:17 -04:00
committed by GitHub
parent dcbc9a358f
commit 53dcd14534
11 changed files with 266 additions and 109 deletions
+1 -1
View File
@@ -1112,7 +1112,7 @@ void NPC::UpdateEquipmentLight()
void NPC::Depop(bool StartSpawnTimer) {
uint32 emoteid = GetEmoteID();
if(emoteid != 0)
DoNPCEmote(ONDESPAWN,emoteid);
DoNPCEmote(EQ::constants::EmoteEventTypes::OnDespawn,emoteid);
p_depop = true;
if (respawn2)
{