mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-05 12:30:16 +01:00
Fixed a typo in dg_variables
This commit is contained in:
parent
67129480a4
commit
3a11261102
2 changed files with 3 additions and 1 deletions
|
|
@ -978,7 +978,7 @@ void find_replacement(void *go, struct script_data *sc, trig_data *trig,
|
|||
if (!str_cmp(field, "saving_breath")) {
|
||||
if (subfield && *subfield) {
|
||||
int addition = atoi(subfield);
|
||||
GET_SAVE(c, SAVING_SPELL) += addition;
|
||||
GET_SAVE(c, SAVING_BREATH) += addition;
|
||||
}
|
||||
snprintf(str, slen, "%d", GET_SAVE(c, SAVING_BREATH));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue