diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index dec6131a6..ee243669b 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -3702,8 +3702,8 @@ int atcommand_produce( tmp_item.card[0] = CARD0_FORGE;
tmp_item.card[1] = item_data->type==IT_WEAPON?
((star*5) << 8) + attribute:0;
- tmp_item.card[2] = GetWord(sd->char_id, 0);
- tmp_item.card[3] = GetWord(sd->char_id, 1);
+ tmp_item.card[2] = GetWord(sd->status.char_id, 0);
+ tmp_item.card[3] = GetWord(sd->status.char_id, 1);
clif_produceeffect(sd, 0, item_id);
clif_misceffect(&sd->bl, 3);
|