diff options
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 8deb691..7117b09 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -681,7 +681,7 @@ bool DiceParser::readDice(QString& str,ExecutionNode* & node) } return true; } - else if(m_parsingToolbox->readDiceRange(str,max,min)) + else if(m_parsingToolbox->readDiceRange(str,min,max)) { DiceRollerNode* drNode = new DiceRollerNode(max,min); drNode->setUnique(unique); |