inv:: fixed hotkeys

This commit is contained in:
Zeno Rogue 2019-01-03 02:07:31 +01:00
parent 8a18dd3c1c
commit 5227a5a70e
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ namespace hr { namespace inv {
}
map<char, eItem> orbmap;
string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm123456789";
string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm!23456789@#$%";
typedef pair<int, int> pxy;
vector<pxy> orbcoord;