Oops missed a file save.

This commit is contained in:
Devn00b 2022-05-12 21:11:15 -07:00
parent 60d38b5384
commit 75e37ad1f9

View file

@ -11547,11 +11547,11 @@ Player* player = client->GetPlayer();
}
client->SimpleMessage(CHANNEL_NARRATIVE, "Listing Available Moods:");
client->SimpleMessage(CHANNEL_COLOR_YELLOW, "none");
client->SimpleMessage(CHANNEL_COLOR_YELLOW, "afraid");
client->SimpleMessage(CHANNEL_COLOR_YELLOW, "angry");
client->SimpleMessage(CHANNEL_COLOR_YELLOW, "happy");
client->SimpleMessage(CHANNEL_COLOR_YELLOW, "sad");
client->SimpleMessage(CHANNEL_COLOR_YELLOW, "tired");
client->SimpleMessage(CHANNEL_NARRATIVE, "none");
client->SimpleMessage(CHANNEL_NARRATIVE, "afraid");
client->SimpleMessage(CHANNEL_NARRATIVE, "angry");
client->SimpleMessage(CHANNEL_NARRATIVE, "happy");
client->SimpleMessage(CHANNEL_NARRATIVE, "sad");
client->SimpleMessage(CHANNEL_NARRATIVE, "tired");
return;
}