Ver Fonte

Oops missed a file save.

Devn00b há 2 anos atrás
pai
commit
75e37ad1f9
1 ficheiros alterados com 6 adições e 6 exclusões
  1. 6 6
      EQ2/source/WorldServer/Commands/Commands.cpp

+ 6 - 6
EQ2/source/WorldServer/Commands/Commands.cpp

@@ -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;
 }