From b0b5bfd05519d89e8a780e91fa1795b5c4f5c883 Mon Sep 17 00:00:00 2001 From: Playtester Date: Wed, 11 May 2022 23:11:14 +0200 Subject: [PATCH] Fixed Steel Body not being removed on logout (#6938) - Fixes #6910 --- db/pre-re/status.yml | 2 ++ db/re/status.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/db/pre-re/status.yml b/db/pre-re/status.yml index 926bb1434a..a56e6ac703 100644 --- a/db/pre-re/status.yml +++ b/db/pre-re/status.yml @@ -1401,6 +1401,8 @@ Body: Mdef: true Aspd: true Speed: true + Flags: + NoSave: true Opt3: SteelBody: true - Status: Orcish diff --git a/db/re/status.yml b/db/re/status.yml index a54e7e852d..4cc7adc4fd 100644 --- a/db/re/status.yml +++ b/db/re/status.yml @@ -1417,6 +1417,8 @@ Body: Mdef: true Aspd: true Speed: true + Flags: + NoSave: true Opt3: SteelBody: true - Status: Orcish