summaryrefslogtreecommitdiff
blob: 8c2f4716cccaaeff4c3e8ed4302b253007182676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
http://trac.battleclinic.com:8000/gtkevemon/changeset/121/trunk/gtkevemon/src/gtkportrait.cc

Index: trunk/gtkevemon/src/gtkportrait.cc
===================================================================
--- trunk/gtkevemon/src/gtkportrait.cc	(revision 109)
+++ trunk/gtkevemon/src/gtkportrait.cc	(revision 121)
@@ -107,6 +107,8 @@
 
   AsyncHttp* http = AsyncHttp::create();;
-  http->set_host("img.eve.is");
-  http->set_path("/serv.asp?s=256&c=" + this->char_id);
+  //http->set_host("img.eve.is");
+  //http->set_path("/serv.asp?s=256&c=" + this->char_id);
+  http->set_host("image.eveonline.com");
+  http->set_path("/Character/" + this->char_id + "_256.jpg");
   Config::setup_http(http);