//////////////////////////////////////////////////////////////////////// Randname DB specific functions.
| 864 | ///////////////////////////////////////////////////////////////////////////// |
| 865 | // Randname DB specific functions. |
| 866 | string getRandNameString(const string &itemtype, const string &suffix) |
| 867 | { |
| 868 | int num_replacements = 0; |
| 869 | |
| 870 | return _getRandomisedStr(RandartDB, itemtype, suffix, num_replacements); |
| 871 | } |
| 872 | |
| 873 | ///////////////////////////////////////////////////////////////////////////// |
| 874 | // Help DB specific functions. |
no test coverage detected