TitanRO / Issues

0 stars 0 forks source link

Monsters don't cast all their skills #36

Closed saegys closed 6 years ago

saegys commented 6 years ago
  for (i = 0; i < 5; i++) {
                sprintf(valname, "val%1d", i);
                if (libconfig->setting_lookup_int(it, valname, &i32))
                        ms->val[i] = i32;
        }
trojal commented 6 years ago

Fixed in https://github.com/TitanRO/server/commit/7f6a7510c8e2d7f466b01c1db09c99c2b1d6c0e0