From 5227a5a70ef713c4329b7f2dd9fea16a209d1b88 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 3 Jan 2019 02:07:31 +0100 Subject: [PATCH] inv:: fixed hotkeys --- inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.cpp b/inventory.cpp index ad44dc54..63512416 100644 --- a/inventory.cpp +++ b/inventory.cpp @@ -370,7 +370,7 @@ namespace hr { namespace inv { } map orbmap; - string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm123456789"; + string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm!23456789@#$%"; typedef pair pxy; vector orbcoord;