aboutsummaryrefslogtreecommitdiff
path: root/src/querymanager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/querymanager.hh')
-rw-r--r--src/querymanager.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/querymanager.hh b/src/querymanager.hh
index 1d4b36b..1b90a0d 100644
--- a/src/querymanager.hh
+++ b/src/querymanager.hh
@@ -801,7 +801,7 @@ struct TAccountBuddy{
struct TCharacterEndpoint{
char Name[30];
char WorldName[30];
- int WorldAddress;
+ char WorldHost[100];
int WorldPort;
};