diff options
-rw-r--r-- | hercules/code/server/db/char.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hercules/code/server/db/char.py b/hercules/code/server/db/char.py index eaf9df5..c1bb4a8 100644 --- a/hercules/code/server/db/char.py +++ b/hercules/code/server/db/char.py @@ -156,11 +156,11 @@ def saveCharTableCustom(users): hair_color = user.hair_color, clothes_color = user.clothes_color, body = 0, - weapon = user.weapon, - shield = user.shield, - head_top = user.head_top, - head_mid = user.head_mid, - head_bottom = user.head_bottom, + weapon = 0, + shield = 0, + head_top = 0, + head_mid = 0, + head_bottom = 0, robe = "0", last_map = "000-2-1", last_x = 50, |