From 2501d34911eef17530666ed51081aa7d76e76e45 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Aug 2016 01:36:30 +0300 Subject: hercules: from custom db conversion remove equipped items from players. --- hercules/code/server/db/char.py | 10 +++++----- 1 file 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, -- cgit v1.2.3-70-g09d2