mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-02 18:37:19 +02:00
Rename classes
This commit is contained in:
parent
cb59bf0315
commit
05a2dfce9f
14 changed files with 146 additions and 126 deletions
2
src/db.c
2
src/db.c
|
|
@ -1594,7 +1594,7 @@ static void parse_simple_mob(FILE *mob_f, int i, int nr)
|
|||
GET_HEIGHT(mob_proto + i) = 198;
|
||||
|
||||
/* These are now save applies; base save numbers for MOBs are now from the
|
||||
* warrior save table. */
|
||||
* fighter save table. */
|
||||
for (j = 0; j < NUM_OF_SAVING_THROWS; j++)
|
||||
GET_SAVE(mob_proto + i, j) = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue