瀏覽代碼

Oops missed a file save.

Devn00b 2 年之前
父節點
當前提交
75e37ad1f9
共有 1 個文件被更改,包括 6 次插入6 次删除
  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;
 }