--- deliantra/server/common/holy.C 2008/05/06 16:55:25 1.16 +++ deliantra/server/common/holy.C 2008/12/31 17:35:37 1.17 @@ -65,6 +65,7 @@ god->arch = god_arch; god->name = god_arch->object::name; + // first_god->id MUST be the highest god number for other code to work currently if (!first_god) god->id = 1; else @@ -100,7 +101,7 @@ return 0; } /* if the object name hasnt' been changed, we tack on the gods name */ - if (!strcmp (op->name, op->arch->object::name)) + if (op->name == op->arch->object::name) { sprintf (buf, "%s of %s", &op->name, &god->name); op->name = buf;