Skip to content

Commit

Permalink
Update src/utils/tools.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Dantas <[email protected]>
  • Loading branch information
elsongabriel and dudantas authored Feb 22, 2024
1 parent 93a70c4 commit f7f1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ const char* getReturnMessage(ReturnValue value) {
return "You cannot move this item into your store inbox as it was not bought in the store.";

case RETURNVALUE_ITEMCANNOTBEMOVEDPOUCH:
return "This item cannot be moved there. You can only place gold, platinum and Crystal coins in your gold pouch.";
return "This item cannot be moved there. You can only place gold, platinum and crystal coins in your gold pouch.";

case RETURNVALUE_ITEMCANNOTBEMOVEDTHERE:
return "This item cannot be moved there.";
Expand Down

0 comments on commit f7f1760

Please sign in to comment.