| 855 | } |
| 856 | |
| 857 | string getRandMonNameString(const string &montype) |
| 858 | { |
| 859 | int num_replacements = 0; |
| 860 | |
| 861 | return _getRandomisedStr(SpeakDB, montype, " name", num_replacements); |
| 862 | } |
| 863 | |
| 864 | ///////////////////////////////////////////////////////////////////////////// |
| 865 | // Randname DB specific functions. |
no test coverage detected