Skip to content

Commit cca9d3a

Browse files
eigo menyuu kudasai
1 parent be5dead commit cca9d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/roleplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void AOClient::cmdRollA(int argc, QStringList argv)
106106
QString l_response = ConfigManager::diceFaces(l_dice_name).at((genRand(0, ConfigManager::diceFaces(l_dice_name).size() - 1)));
107107
QString l_sender_name = name();
108108

109-
sendServerMessageArea(l_sender_name + " asked dice, \"" + l_dice_name + "\" and the answer is: " + l_response);
109+
sendServerMessageArea(l_sender_name + " rolled from the \"" + l_dice_name + "\" set and got: " + l_response);
110110
}
111111
}
112112

0 commit comments

Comments
 (0)