]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/tcpclient.cpp
Introduced the new mystring clas and attempted to use it in a list
[irc/gameservirc.git] / gameserv / tcpclient.cpp
index 2e8e7e40ea8bd79e293f9fc69d6776c0c35ea077..dd56aafed62ba501f6e22f945c683325bc46ddea 100644 (file)
@@ -35,7 +35,7 @@ using std::cerr;
 using std::endl;
 
 char *PACKAGE = "GameServ";
-char *VERSION = "1.2.1 +devel";
+char *VERSION = "1.2.3 +devel";
 
 int sock;
 int day;
@@ -97,11 +97,13 @@ int main(int argc, char *argv[])
        delete []conf;
 
     // Turn into a daemon
+
     if (daemon(1,0) < 0)
     {
         perror("Could not turn into a daemon");
         exit(3);
     }
+
   init_masters();
   load_gs_dbase();
 
@@ -122,7 +124,7 @@ int main(int argc, char *argv[])
 
   strcpy(boss.name, "Red Dragon");
   strcpy(boss.weapon, "Breath of Unholy Fire");
-  boss.strength = 1000;
+  boss.strength = 2500;
   boss.gold = 2000000000;
   boss.exp = 2000000000;
   boss.maxhp = 6667;