From 7057570046ff5acceb1ff4290942bb1e1f8ae219 Mon Sep 17 00:00:00 2001 From: qvqc Date: Thu, 23 Apr 2020 10:03:33 -0400 Subject: [PATCH] set default node to current --- src/main/wowrpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/wowrpc.js b/src/main/wowrpc.js index 5e5021b..17cc0e4 100644 --- a/src/main/wowrpc.js +++ b/src/main/wowrpc.js @@ -371,7 +371,7 @@ export class WowRpc { if(typeof this._cli_daemon_address == 'undefined'){ // this is some truly stupid hacky shit - this._cli_daemon_address = 'node.wowne.ro:34568'; + this._cli_daemon_address = 'wow.candy.surf:34568'; } let cli_args = ['--daemon-address', this._cli_daemon_address];